diff --git a/.github/actions/deploy-common/action.yaml b/.github/actions/deploy-common/action.yaml index 2ca77ba..bb471d5 100644 --- a/.github/actions/deploy-common/action.yaml +++ b/.github/actions/deploy-common/action.yaml @@ -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