Using secrets username
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 7s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 7s
This commit is contained in:
parent
94c8a7d945
commit
11a355684f
@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: tempersama/rsync-copy@2.5
|
uses: tempersama/rsync-copy@2.5
|
||||||
with:
|
with:
|
||||||
host: shockrah.xyz
|
host: shockrah.xyz
|
||||||
username: nginx
|
username: ${{ secrets.USER }}
|
||||||
source: "public/"
|
source: "public/"
|
||||||
destination: /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