Update deploy.yaml

user -> username
This commit is contained in:
Emilia Allison 2022-07-06 13:41:43 -04:00 committed by GitHub
parent 33b635c355
commit 92e306978e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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