deployment: rename secret
All checks were successful
deploy systems / deploy (push) Successful in 13s
fmt check / check (push) Successful in 39s
flake check / check (push) Successful in 2m46s
All checks were successful
deploy systems / deploy (push) Successful in 13s
fmt check / check (push) Successful in 39s
flake check / check (push) Successful in 2m46s
This commit is contained in:
parent
7337bd2a40
commit
5fa9dcab2d
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: "100.121.201.47"
|
host: "100.121.201.47"
|
||||||
username: root
|
username: root
|
||||||
key: ${{secrets.DEPLOY_SSH}}
|
key: ${{secrets.SSH_DEPLOY_KEY}}
|
||||||
script: |
|
script: |
|
||||||
uname -a
|
uname -a
|
||||||
|
|
Loading…
Reference in a new issue