Skip to content

Commit 4baa70e

Browse files
Uriel AlonsoUriel Alonso
authored andcommitted
Fix YAML indentation in deploy workflow
1 parent 58b47e0 commit 4baa70e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ jobs:
7070
mkdir -p ~/.ssh
7171
echo "${{ secrets.LIGHTSAIL_SSH_KEY }}" > ~/.ssh/lightsail_key
7272
chmod 600 ~/.ssh/lightsail_key
73-
7473
ssh-keygen -R "${{ vars.LIGHTSAIL_HOST }}" || true
75-
ssh-keyscan "${{ vars.LIGHTSAIL_HOST }}" >> ~/.ssh/known_hosts
74+
ssh-keyscan "${{ vars.LIGHTSAIL_HOST }}" >> ~/.ssh/known_hosts
7675
7776
cat > ~/.ssh/config <<EOF
7877
Host ${{ vars.LIGHTSAIL_HOST }}

0 commit comments

Comments
 (0)