Merge branch 'main' of github.com:fleetbase/fleetbase into cloud

This commit is contained in:
Ronald A. Richardson
2024-11-07 18:57:29 +08:00
2 changed files with 3 additions and 2 deletions

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

View File

@@ -28,8 +28,8 @@ php artisan schedule-monitor:sync
php artisan cache:clear
# Optimize
php artisan config:cache
php artisan route:cache
# php artisan config:cache
# php artisan route:cache
# Initialize registry
php artisan registry:init