Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martindemko authored Oct 21, 2024
1 parent cc4043f commit 5d2a178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ runs:
mkdir -p $HOME/.ssh
install -m 600 -D /dev/null $HOME/.ssh/id_rsa
echo "$SSH_PRIVATE_KEY" > $HOME/.ssh/id_rsa
touch $HOME/.ssh/known_hosts
ls -lA $HOME/.ssh/
ssh -vv $TARGET_USER@$TARGET_HOSTNAME hostname -f
- name: Install Ansible requirements
Expand Down

0 comments on commit 5d2a178

Please sign in to comment.