Skip to content

Commit

Permalink
added known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-singh8 committed Sep 11, 2023
1 parent 963bb92 commit 32783e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/known_hosts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
20.232.45.86 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPLxN7lmUManFJ87T6/f1TXeFNlS9GHSspdsiUpphIKsHwpLN+9V9eHKyLlUiDfKcjrglXwFT4NMpT0ZmGk6GjIJFxKs22spqNqpEwYazfqh8xgJe50t3M5cymX/gjLzPZ0BUMzg/xDUodO7NFsmbqyfKSPs+4ByM+PsdGr6iH0MHOb9MbfXEeLOCyuWAxcesadPEJ/gV5UUxS1NPA0q9NoIHuLUY3vm3DNwIrUZegBFQ1o+Mz7HJlbCjEcafSmUGlh/lesSqZkueRzanehLVHo3D3ILYZ8iRyDLXNsFUolp4AQJd4XCPkUh0SUYkJMHFjWdF9oMcbxAoJavvq0G6R2GQOccXZaRpH8tswTQFtfrblmaz7Ihnl7Yaz1LIHIYen8ICH3IHvyIHhmbO1VfO2DNG9WHMRIpyIc5ufvGRgwcx0K/0O7ti9VPK8f6duJIVJTL6/IHCtnMd8Ux64HCfI4J8dwt5XWPvfXuVmmlyVA7TLh2li3YXTfQazLvWYs90=
20.232.45.86 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOipBNO5aLfMY5MMsa/PsrJ1EAwNJfRQ4zJ9RWezkrMgFr63ivn1GtsfnBB7Q+dy0V1QkL5EjpgVagynZgeUm7Q=
20.232.45.86 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFac27ycNDzArh66f+/YHC6zN/+B09ypCUy42LZfbpnP
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
AZURE_SECRET: ${{secrets.AZURE_SECRET}}
run: |
echo "$AZURE_SECRET" > keyfile
chmod 600 keyfile
mkdir -p ~/.ssh
cp .github/known_hosts ~/.ssh/known_hosts
ssh -i keyfile [email protected] "bash ~/deploy.sh"

0 comments on commit 32783e6

Please sign in to comment.