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 542886a commit dfa78f0Copy full SHA for dfa78f0
.github/workflows/build-deploy.yml
@@ -38,5 +38,8 @@ jobs:
38
with:
39
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
40
41
+ - name: ssh keyscan
42
+ run: ssh-keyscan "static.europython.eu" > ~/.ssh/known_hosts
43
+
44
- name: Deploy to server
45
run: make deploy
0 commit comments