DISABLE_RUNTIME_CONFIG=true v0.7.1 on Production

This commit is contained in:
Ronald A. Richardson
2025-05-22 15:54:10 +08:00
parent 5fe799b708
commit 0cd9e076b8
2 changed files with 10 additions and 9 deletions

View File

@@ -157,6 +157,7 @@ jobs:
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
echo "DISABLE_RUNTIME_CONFIG=true" >> ./environments/.env.production
working-directory: ./console
- name: Install dependencies