Skip to content

Commit

Permalink
Merge pull request #3 from Arquisoft/dev_fixcomposeandactions
Browse files Browse the repository at this point in the history
Fixing some not updated info in README.md and removing unnecesary commands from the actions
  • Loading branch information
pglez82 committed Jan 23, 2024
2 parents f179ce6 + 72fedaf commit 2f84702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,5 @@ jobs:
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/docker-compose-deploy.override.yml
docker compose down
docker compose --profile prod up -d
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ deploy:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/docker-compose-deploy.yml -O docker-compose.yml
docker compose down --volumes
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/docker-compose.yml -O docker-compose.yml
docker compose down
docker compose --profile prod up -d
```
Expand Down

0 comments on commit 2f84702

Please sign in to comment.