Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Passing the secret and creating the env variable
Browse files Browse the repository at this point in the history
augustocristian committed Mar 2, 2024
1 parent 252b517 commit 239ca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -126,6 +126,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 }}
export DOCKER_HOST_IP='${{ secrets.DEPLOY_HOST }}'
docker compose --profile prod down
docker compose --profile prod up -d

0 comments on commit 239ca83

Please sign in to comment.