Skip to content

Commit 4e5622d

Browse files
committed
fix: manual deployment workflow - bug
1 parent 0428aba commit 4e5622d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎./workflows/development-deploy.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Deploy to Development
44
on: workflow_dis
55

66
env:
7-
_TOKEN: ${{ secrets._TOKEN }}
8-
DOCKER_ACTOR: ${{ secrets.DOCKER_ACTOR }}
7+
_TOKEN: "${{ secrets._TOKEN }}"
8+
DOCKER_ACTOR: "${{ secrets.DOCKER_ACTOR }}"
99

1010
jobs:
1111

@@ -109,9 +109,9 @@ jobs:
109109
StrictHostKeyChecking no
110110
END
111111
env:
112-
SSH_USER: pong
113-
SSH_KEY: ${{ secrets.DEV_SSH_KEY }}
114-
SSH_HOST: ohio.nightfall3.com
112+
SSH_USER: "pong"
113+
SSH_KEY: "${{ secrets.DEV_SSH_KEY }}"
114+
SSH_HOST: "ohio.nightfall3.com"
115115
- name: Copy and rename files
116116
run: |
117117
scp deployment-scripts/* dev:~/

0 commit comments

Comments
 (0)