We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42190b commit bfd2d87Copy full SHA for bfd2d87
1 file changed
.github/workflows/deploy.yml
@@ -16,5 +16,13 @@ jobs:
16
- name: Install uv
17
uses: astral-sh/setup-uv@v5
18
19
+ - name: Set up SSH key
20
+ uses: webfactory/ssh-agent@v0.9.0
21
+ with:
22
+ ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
23
+
24
+ - name: ssh keyscan
25
+ run: ssh-keyscan "internal.europython.eu" > ~/.ssh/known_hosts
26
27
- name: Run deployment
28
run: make deploy/app
0 commit comments