Skip to content

Commit

Permalink
Adding -O to the wget to overwrite existing files
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Jan 23, 2024
1 parent 1110769 commit e6facc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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_es05b/master/docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05b/master/.env
wget https://raw.githubusercontent.com/arquisoft/wiq_es05b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05b/master/.env -O .env
docker compose down
docker compose --profile prod up -d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ deploy:
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es05b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05b/master/.env
wget https://raw.githubusercontent.com/arquisoft/wiq_es05b/master/.env -O .env
docker compose down
docker compose --profile prod up -d
```
Expand Down

0 comments on commit e6facc3

Please sign in to comment.