Skip to content

Commit

Permalink
Merge pull request #4 from Arquisoft/ft_Addenvfiledeployment
Browse files Browse the repository at this point in the history
Adding the .env to the service deployment
  • Loading branch information
augustocristian authored Jan 23, 2024
2 parents 2f84702 + d658968 commit d6ec049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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_0/master/docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/.env
docker compose down
docker compose --profile prod up -d
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ deploy:
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/.env
docker compose down
docker compose --profile prod up -d
```
Expand Down

0 comments on commit d6ec049

Please sign in to comment.