Skip to content

Commit 80d5458

Browse files
committed
fix deploy ssh step
1 parent dcf8f6a commit 80d5458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-al-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install mrsk
3333
run: gem install mrsk
3434
- name: Connect to deploy box
35-
run: ssh-keyscan -H lanyard-prod >> ~/.ssh/known_hosts
35+
run: mkdir ~/.ssh && ssh-keyscan -H lanyard-prod >> ~/.ssh/known_hosts
3636
- run: ./cmd/api/deploy.sh
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)