Skip to content

Commit

Permalink
depug
Browse files Browse the repository at this point in the history
  • Loading branch information
BraunRudolf committed Aug 1, 2024
1 parent 7ae2254 commit 5537685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
run: |
echo "Installing SSH keys..."
install -m 600 -D /dev/null ~/.ssh/id_ed25519
run: |
echo "${{ secrets.EC2_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
echo "SSH keys installed."
- name: Connect and pull latest code
Expand Down

0 comments on commit 5537685

Please sign in to comment.