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 dcf8f6a commit 80d5458Copy full SHA for 80d5458
.github/workflows/deploy-al-prod.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install mrsk
33
run: gem install mrsk
34
- name: Connect to deploy box
35
- run: ssh-keyscan -H lanyard-prod >> ~/.ssh/known_hosts
+ run: mkdir ~/.ssh && ssh-keyscan -H lanyard-prod >> ~/.ssh/known_hosts
36
- run: ./cmd/api/deploy.sh
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments