Bumping scp version
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 8s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 8s
This commit is contained in:
parent
fb667e045c
commit
07f62b400b
@ -18,10 +18,10 @@ jobs:
|
|||||||
- name: Build website content
|
- name: Build website content
|
||||||
run: hugo && ls -R
|
run: hugo && ls -R
|
||||||
- name: Copy files using scp-action
|
- name: Copy files using scp-action
|
||||||
uses: tempersama/scp-action@1.3
|
uses: tempersama/scp-action@1.4
|
||||||
with:
|
with:
|
||||||
host: shockrah.xyz
|
host: shockrah.xyz
|
||||||
username: ${{ secrets.USER }}
|
username: ${{ secrets.USER }}
|
||||||
source: "public/"
|
origin: "public/"
|
||||||
target: /opt/nginx/test.shockrah.xyz
|
target: /opt/nginx/test.shockrah.xyz
|
||||||
key: ${{ secrets.PRIVATE_KEY }}
|
key: ${{ secrets.PRIVATE_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user