Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiollende authored Mar 21, 2024
1 parent 414c92b commit c6da63f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_en3a/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_en3a/master/.envç
echo "API_URI=http://${{ secrets.DEPLOY_HOST }}:8000" >> .env
wget https://raw.githubusercontent.com/arquisoft/wiq_en3a/master/.env
docker compose --profile prod down
docker compose --profile prod up -d --pull always

0 comments on commit c6da63f

Please sign in to comment.