Skip to content

Commit

Permalink
chore: download folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 2, 2024
1 parent a04a835 commit 4346814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_en2b/master/docker-compose.yml -O docker-compose.yml
wget -r -np https://raw.githubusercontent.com/arquisoft/wiq_en2b/master/api/
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
Expand Down

0 comments on commit 4346814

Please sign in to comment.