Skip to content

Commit

Permalink
pipeline: fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbrandenburger committed Apr 17, 2024
1 parent db31850 commit e94422b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
echo "${{ secrets.SSH_PUB_KEY_DEV }}" > ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa.pub
ssh-keyscan -H ${{ secrets.IP_DEV }}
ssh-keyscan -H ${{ secrets.IP_DEV }} >> ~/.ssh/known_hosts
- name: Deploy via SSH
run: |
Expand Down

0 comments on commit e94422b

Please sign in to comment.