Skip to content

Commit

Permalink
fixing actions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pglez82 committed Jan 24, 2024
1 parent 0164b37 commit 1d11f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_en1a/master/docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_en1a/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_en1a/master/.env
docker compose down
docker compose --profile prod up -d

0 comments on commit 1d11f0f

Please sign in to comment.