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 ef5dc90 commit 0e52fa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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/pglez82/asw2324_0/master/docker-compose.yml
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
docker compose down
docker compose --profile prod up -d
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ deploy:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/pglez82/asw2324_0/master/docker-compose.yml
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
```
Expand Down

0 comments on commit 0e52fa1

Please sign in to comment.