Skip to content

Commit dfa78f0

Browse files
committed
ssh keyscan
1 parent 542886a commit dfa78f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838
with:
3939
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
4040

41+
- name: ssh keyscan
42+
run: ssh-keyscan "static.europython.eu" > ~/.ssh/known_hosts
43+
4144
- name: Deploy to server
4245
run: make deploy

0 commit comments

Comments
 (0)