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 28044e4 commit aceadbaCopy full SHA for aceadba
.github/workflows/cd.yml
@@ -42,8 +42,8 @@ jobs:
42
steps:
43
- name: Create Context
44
run: |
45
- docker context create ${{ github.repository }} --docker host=ssh://root@${{ secrets.POCKETBASE_URL }}
46
- docker context use ${{ github.repository }}
+ docker context create shapez-vortex --docker host=ssh://root@${{ secrets.POCKETBASE_URL }}
+ docker context use shapez-vortex
47
- name: Deploy
48
working-directory: ./resources/deployment
49
0 commit comments