Skip to content

Commit bfd2d87

Browse files
committed
add ssh setup to CI/CD
1 parent d42190b commit bfd2d87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,13 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v5
1818

19+
- name: Set up SSH key
20+
uses: webfactory/[email protected]
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+
1927
- name: Run deployment
2028
run: make deploy/app

0 commit comments

Comments
 (0)