We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8981e commit d4915daCopy full SHA for d4915da
.github/workflows/build.yaml
@@ -87,7 +87,7 @@ jobs:
87
chmod 600 ~/.ssh/github_actions
88
ssh-add ~/.ssh/github_actions
89
90
- docker context create dev --docker "host=ssh://root@${{ vars.AZURE_DOCKER_HOST_IP }}"
+ docker context create dev --docker "host=ssh://github-actions@${{ vars.AZURE_DOCKER_HOST_IP }}"
91
docker context use dev
92
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --pull always --force-recreate --remove-orphans
93
0 commit comments