Skip to content

Commit 58b47e0

Browse files
Uriel AlonsoUriel Alonso
authored andcommitted
Use unhashed known_hosts entry for Kamal deploy
1 parent 808a157 commit 58b47e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
chmod 600 ~/.ssh/lightsail_key
7373
7474
ssh-keygen -R "${{ vars.LIGHTSAIL_HOST }}" || true
75-
ssh-keyscan -H "${{ vars.LIGHTSAIL_HOST }}" >> ~/.ssh/known_hosts
75+
ssh-keyscan "${{ vars.LIGHTSAIL_HOST }}" >> ~/.ssh/known_hosts
7676

7777
cat > ~/.ssh/config <<EOF
7878
Host ${{ vars.LIGHTSAIL_HOST }}

0 commit comments

Comments
 (0)