Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun committed Mar 27, 2024
1 parent 3b24436 commit 7e65cfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@ on:
workflow_dispatch:

jobs:
update-known-hosts:
runs-on: ubuntu-latest

steps:
- name: Update SSH known hosts
run: |
ssh-keygen -R github.com
ssh-keyscan github.com >> ~/.ssh/known_hosts
deploy:
runs-on: ubuntu-latest
needs: update-known-hosts

steps:
- name: Deploy app
Expand Down

0 comments on commit 7e65cfa

Please sign in to comment.