Fixing missing params
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 7s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 7s
This commit is contained in:
parent
8e479c538e
commit
c644031196
@ -22,6 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
host: shockrah.xyz
|
host: shockrah.xyz
|
||||||
username: ${{ secrets.USER }}
|
username: ${{ secrets.USER }}
|
||||||
origin: "public/"
|
source: "public/"
|
||||||
target: /opt/nginx/test.shockrah.xyz
|
destination: /opt/nginx/test.shockrah.xyz
|
||||||
key: ${{ secrets.PRIVATE_KEY }}
|
key: ${{ secrets.PRIVATE_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user