Skip to content

Commit a127d5f

Browse files
committed
chore(deployment): update docker context host
1 parent 63cdccd commit a127d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v4
4646
- name: Create Context
4747
run: |
48-
docker context create shapez-vortex --docker host=ssh://root@${{ secrets.POCKETBASE_URL }}
48+
docker context create shapez-vortex --docker host=ssh://root@${{ secrets.DEPLOYMENT_HOST }}
4949
docker context use shapez-vortex
5050
- name: Deploy
5151
working-directory: ./resources/deployment

0 commit comments

Comments
 (0)