Skip to content

Commit

Permalink
Declaring DOCKER_HOST_IP variable
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Mar 1, 2024
1 parent d0bfdb4 commit a54542d
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 @@ -124,5 +124,6 @@ jobs:
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 -O .env
export $DOCKER_HOST_IP=${{ secrets.DEPLOY_HOST }}
docker compose --profile prod 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 @@ -108,6 +108,7 @@ deploy:
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 -O .env
export $DOCKER_HOST_IP=${{ secrets.DEPLOY_HOST }}
docker compose --profile prod down
docker compose --profile prod up -d
```
Expand Down

0 comments on commit a54542d

Please sign in to comment.