We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b47e0 commit 4baa70eCopy full SHA for 4baa70e
1 file changed
.github/workflows/deploy.yml
@@ -70,9 +70,8 @@ jobs:
70
mkdir -p ~/.ssh
71
echo "${{ secrets.LIGHTSAIL_SSH_KEY }}" > ~/.ssh/lightsail_key
72
chmod 600 ~/.ssh/lightsail_key
73
-
74
ssh-keygen -R "${{ vars.LIGHTSAIL_HOST }}" || true
75
- ssh-keyscan "${{ vars.LIGHTSAIL_HOST }}" >> ~/.ssh/known_hosts
+ ssh-keyscan "${{ vars.LIGHTSAIL_HOST }}" >> ~/.ssh/known_hosts
76
77
cat > ~/.ssh/config <<EOF
78
Host ${{ vars.LIGHTSAIL_HOST }}
0 commit comments