From 92e306978e691adabc6a80095f85738979f5607d Mon Sep 17 00:00:00 2001 From: Emilia Date: Wed, 6 Jul 2022 13:41:43 -0400 Subject: [PATCH] Update deploy.yaml user -> username --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b0b180d..853691c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: uses: appleboy/ssh-action@master with: host: ilia.moe - user: ubuntu + username: ubuntu key: ${{ secrets.SSH_KEY }} script: | cd repo @@ -25,7 +25,7 @@ jobs: uses: appleboy/ssh-action@master with: host: ilia.moe - user: ubuntu + username: ubuntu key: ${{ secrets.SSH_KEY }} script: | cd repo/src @@ -38,7 +38,7 @@ jobs: uses: appleboy/ssh-action@master with: host: ilia.moe - user: ubuntu + username: ubuntu key: ${{ secrets.SSH_KEY }} script: | cd repo/hugo @@ -52,7 +52,7 @@ jobs: uses: appleboy/ssh-action@master with: host: ilia.moe - user: ubuntu + username: ubuntu key: ${{ secrets.SSH_KEY }} script: | sudo su