Skip to content

Commit

Permalink
Adding the .env to the release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian authored Jan 23, 2024
1 parent 53e29d9 commit 0c3f3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ jobs:
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es05a/master/docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05a/master/docker-compose-deploy.override.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05a/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 @@ -100,7 +100,8 @@ deploy:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es05a/master/docker-compose-deploy.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05a/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05a/master/docker-compose.env
docker compose down --volumes
docker compose --profile prod up -d
```
Expand Down

0 comments on commit 0c3f3bb

Please sign in to comment.