Skip to content

Commit

Permalink
pipeline: fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbrandenburger committed Apr 17, 2024
1 parent e94422b commit f771854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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 }}
touch ~/.ssh/known_hosts
ssh-keyscan -H ${{ secrets.IP_DEV }} >> ~/.ssh/known_hosts
- name: Deploy via SSH
run: |
Expand Down

0 comments on commit f771854

Please sign in to comment.