Skip to content

Commit

Permalink
fix: added .env to webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 9, 2024
1 parent 0231395 commit 0f38f6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
echo "DATABASE_USER=${{ secrets.DATABASE_USER }}" >> .env
echo "DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }}" >> .env
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
cd webapp
echo "API_URI=http://${{ secrets.DEPLOY_HOST }}:8080" >> .env
cd ../
sudo docker compose down
sudo docker compose pull
sudo docker compose --profile prod up -d
Expand Down

0 comments on commit 0f38f6c

Please sign in to comment.