Skip to content

Commit

Permalink
Change docker yml to use develop-deploy just to test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288543 committed Apr 4, 2024
1 parent 550e91e commit 291ba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es04a/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es04a/develop-deploy/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es04a/master/.env -O .env
docker compose --profile prod down
docker compose --profile prod up -d --pull always

0 comments on commit 291ba89

Please sign in to comment.