Skip to content

Commit

Permalink
fixing docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pglez82 committed Jan 24, 2024
1 parent 0e52fa1 commit 906e485
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 @@ -122,7 +122,7 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/asw2324_0/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/asw2324_0/master/.env
wget https://raw.githubusercontent.com/pglez82/asw2324_0/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/pglez82/asw2324_0/master/.env
docker compose down
docker compose --profile prod up -d

0 comments on commit 906e485

Please sign in to comment.