Skip to content

Commit

Permalink
testing if known_hosts is stateful
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Aug 11, 2023
1 parent 4dca1be commit 717c618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
cp ${{ github.workspace}}/deploy/ssh_config /home/runner/.ssh/config
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add /home/runner/.ssh/id_rsa_submit
cat /home/runner/.ssh/known_hosts
ssh submit 'bash -s' < ${{ github.workspace }}/deploy/install.sh
# - uses: webfactory/[email protected]
Expand Down

0 comments on commit 717c618

Please sign in to comment.