Skip to content

Commit aceadba

Browse files
committed
chore(deployment): fix naming of docker context in deploy job
1 parent 28044e4 commit aceadba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
steps:
4343
- name: Create Context
4444
run: |
45-
docker context create ${{ github.repository }} --docker host=ssh://root@${{ secrets.POCKETBASE_URL }}
46-
docker context use ${{ github.repository }}
45+
docker context create shapez-vortex --docker host=ssh://root@${{ secrets.POCKETBASE_URL }}
46+
docker context use shapez-vortex
4747
- name: Deploy
4848
working-directory: ./resources/deployment
4949
run: |

0 commit comments

Comments
 (0)