update production deploy workflow to add LOGROCKET_APP_ID

This commit is contained in:
Ronald A. Richardson
2024-11-07 18:54:42 +08:00
parent f8196ccc03
commit ffc0d0fd1a

View File

@@ -154,6 +154,7 @@ jobs:
if: startsWith(github.ref, 'refs/heads/deploy/production')
run: |
echo "STRIPE_KEY=${{ secrets.STRIPE_KEY }}" >> ./environments/.env.production
echo "LOGROCKET_APP_ID=${{ secrets.LOGROCKET_APP_ID }}" >> ./environments/.env.production
echo "EXTENSIONS=@fleetbase/billing-engine,@fleetbase/internals-engine" >> ./environments/.env.production
working-directory: ./console