Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
back to working version
  • Loading branch information
martindemko authored Oct 21, 2024
1 parent 85e436f commit bc547b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ runs:
install -m 600 -D /dev/null $HOME/.ssh/id_rsa
echo "$SSH_PRIVATE_KEY" > $HOME/.ssh/id_rsa
cp known_hosts $HOME/.ssh/known_hosts
ls -la $HOME/.ssh/
ssh -vv $TARGET_USER@$TARGET_HOSTNAME hostname -f
ssh $TARGET_USER@$TARGET_HOSTNAME hostname -f
- name: Install Ansible requirements
shell: bash
Expand Down

0 comments on commit bc547b0

Please sign in to comment.