simpler workflow
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 13s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 13s
This commit is contained in:
parent
0857d8edd6
commit
5f035fac72
@ -18,10 +18,11 @@ jobs:
|
|||||||
- name: Build website content
|
- name: Build website content
|
||||||
run: hugo
|
run: hugo
|
||||||
- name: Copy using scp-action
|
- name: Copy using scp-action
|
||||||
uses: appleboy/scp-action@v0.1.3
|
uses: srueda99/scp-action@v12
|
||||||
with:
|
with:
|
||||||
host: shockrah.xyz
|
host: shockrah.xyz
|
||||||
username: html-deployer
|
port: 22
|
||||||
|
username: ${{ secrets.USER }}
|
||||||
key: ${{ secrets.PRIVATE_KEY }}
|
key: ${{ secrets.PRIVATE_KEY }}
|
||||||
source: public/
|
source: public/
|
||||||
target: /opt/nginx/test.shockrah.xyz
|
target: /opt/nginx/test.shockrah.xyz
|
||||||
|
Loading…
Reference in New Issue
Block a user