Skip to content

Commit

Permalink
chore: env variables thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Feb 27, 2024
1 parent df5829a commit 49449e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ jobs:
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_en2b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_en2b/master/.env -O .env
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

0 comments on commit 49449e7

Please sign in to comment.