fix username for prod and staging workflows
This commit is contained in:
parent
65a38df465
commit
e5e78068f0
@ -11,7 +11,7 @@ jobs:
|
||||
uses: appleboy/ssh-action@v1.2.1
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: linuxserver.io
|
||||
username: sadmin
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: |
|
||||
|
||||
@ -11,7 +11,7 @@ jobs:
|
||||
uses: appleboy/ssh-action@v1.2.1
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: linuxserver.io
|
||||
username: sadmin
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user