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 63cdccd commit a127d5fCopy full SHA for a127d5f
.github/workflows/cd.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v4
46
- name: Create Context
47
run: |
48
- docker context create shapez-vortex --docker host=ssh://root@${{ secrets.POCKETBASE_URL }}
+ docker context create shapez-vortex --docker host=ssh://root@${{ secrets.DEPLOYMENT_HOST }}
49
docker context use shapez-vortex
50
- name: Deploy
51
working-directory: ./resources/deployment
0 commit comments