Skip to content

Commit

Permalink
fix: undo that
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 9, 2024
1 parent 0f38f6c commit 8273f0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ 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 8273f0a

Please sign in to comment.