Skip to content

Commit ad8981e

Browse files
committed
Update build.yaml
1 parent c3c42a9 commit ad8981e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
chmod 600 ~/.ssh/github_actions
8888
ssh-add ~/.ssh/github_actions
8989
90-
docker context create dev2 --docker "host=ssh://root@52.156.141.168"
91-
docker context use dev2
90+
docker context create dev --docker "host=ssh://root@${{ vars.AZURE_DOCKER_HOST_IP }}"
91+
docker context use dev
9292
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --pull always --force-recreate --remove-orphans
9393
9494

0 commit comments

Comments
 (0)