Using v0.1.3 of appleboy/scp-action
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 8s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 8s
This commit is contained in:
parent
a603a456c1
commit
30aee28172
@ -17,6 +17,14 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Build website content
|
||||
run: hugo
|
||||
- name: Copy files using scp-action
|
||||
uses: appleboy/scp-action@v0.1.3
|
||||
with:
|
||||
host: shockrah.xyz
|
||||
username: ${{ secrets.USER }}
|
||||
source: "public/*"
|
||||
target: /opt/nginx/test.shockrah.xyz
|
||||
key: ${{ secrets.PRIVATE_KEY }}
|
||||
- name: Copy using scp-action
|
||||
uses: srueda99/scp-action@v12
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user