Skip to content

Commit

Permalink
Pormenores de docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ExarcaFidalgo committed Jan 26, 2024
1 parent eba7e00 commit 7816e63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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/wiq_es2c/master/docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es2c/master/docker-compose-deploy.override.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es2c/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es2c/master/.env -O .env
docker compose down
docker compose --profile prod up -d
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ deploy:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es2c/master/docker-compose-deploy.yml -O docker-compose.yml
docker compose down --volumes
wget https://raw.githubusercontent.com/arquisoft/wiq_es2c/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es2c/master/.env -O .env
docker compose down
docker compose --profile prod up -d
```
Expand Down

0 comments on commit 7816e63

Please sign in to comment.