Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Sep 30, 2024
1 parent f8d9d81 commit d61cb42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ runs:
- name: Create SSH key
shell: bash
run: |
mkdir -p ~/.ssh
install -m 600 -D /dev/null ~/.ssh/id_rsa
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
cp known_hosts ~/.ssh/known_hosts
ssh -vv $USER@$HOSTNAME hostname -f
ls -l .ssh
ssh -vvv $USER@$HOSTNAME hostname -f
- name: Install Ansible requirements
shell: bash
Expand Down

0 comments on commit d61cb42

Please sign in to comment.