Skip to content

Commit

Permalink
chore: sudo to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Feb 27, 2024
1 parent 49449e7 commit a04a835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
echo "DATABASE_USER=${{ secrets.DATABASE_USER }}" >> .env
echo "DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }}" >> .env
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
docker compose down
docker compose --profile prod up -d
sudo docker compose down
sudo docker compose --profile prod up -d

0 comments on commit a04a835

Please sign in to comment.