Skip to content

Commit

Permalink
finish settings for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu committed Jan 30, 2025
1 parent 714c045 commit 87a7e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-delpoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
# Install dependencies and clear the cache
cp .env.prod .env
echo "DATABASE_URL={{ secrets.DATABASE_PROD_URL }}" >> .env
echo "APP_SECRET={{ secrets.APP_SECRET }}" >> .env
echo "DATABASE_URL=${{ secrets.DATABASE_PROD_URL }}" >> .env
echo "APP_SECRET=${{ secrets.APP_SECRET }}" >> .env
./bin/composer install --no-dev --optimize-autoloader
php bin/console cache:clear
Expand Down

0 comments on commit 87a7e2a

Please sign in to comment.