Skip to content

Commit

Permalink
fixing strange error release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Mar 11, 2024
1 parent a6a5ebd commit b72c873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es1b/master/docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es1b/master/docker-compose-deploy.override.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es3a/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es3a/master/.env -O .env
docker compose --profile prod down
docker compose --profile prod up -d

0 comments on commit b72c873

Please sign in to comment.