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 e607d90 commit 3f5b97a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ jobs:
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es05c/master/docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05c/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 @@ -101,7 +101,8 @@ deploy:
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es05c/master/docker-compose-deploy.yml -O docker-compose.yml
docker compose down --volumes
wget https://raw.githubusercontent.com/arquisoft/wiq_es05c/master/.env
docker compose down
docker compose --profile prod up -d
```
Expand Down

0 comments on commit 3f5b97a

Please sign in to comment.