We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764d1cf commit 27e8eeeCopy full SHA for 27e8eee
1 file changed
.github/workflows/build_and_deploy.yml
@@ -75,12 +75,5 @@ jobs:
75
with:
76
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
77
78
- - name: Set up ssh
79
- run: |
80
- mkdir -p ~/.ssh
81
- echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/id_ed25519
82
- chmod 600 ~/.ssh/id_ed25519
83
- ssh-keyscan "internal.europython.eu" > ~/.ssh/known_hosts
84
-
85
- name: Run deployment
86
run: make deploy/app
0 commit comments