Skip to content

Commit

Permalink
Edit workflow. Add .env deletion.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimeStr committed Oct 18, 2023
1 parent fe49823 commit f6dc728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
sudo docker compose -f docker-compose.production.yml pull
sudo docker compose -f docker-compose.production.yml down
sudo rm .env
touch .env
echo POSTGRES_USER=${{ secrets.POSTGRES_USER }} >> .env
echo POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }} >> .env
Expand Down

0 comments on commit f6dc728

Please sign in to comment.