Skip to content

Commit

Permalink
Changed the branch name from which the github action gets the docker-…
Browse files Browse the repository at this point in the history
…compose.yml and the .env
  • Loading branch information
Mister-Mario committed Mar 9, 2024
1 parent c2b9b69 commit 343b65a
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 @@ -100,7 +100,7 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_en1b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_en1b/master/.env
wget https://raw.githubusercontent.com/arquisoft/wiq_en1b/master-copy/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_en1b/master-copy/.env
docker compose down
docker compose --profile prod up -d

0 comments on commit 343b65a

Please sign in to comment.