Skip to content

Commit

Permalink
add ssh setup to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
artcz committed Jan 19, 2025
1 parent d42190b commit bfd2d87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,13 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v5

- name: Set up SSH key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}

- name: ssh keyscan
run: ssh-keyscan "internal.europython.eu" > ~/.ssh/known_hosts

- name: Run deployment
run: make deploy/app

0 comments on commit bfd2d87

Please sign in to comment.