Trying out the apple boy gh action
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 9s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 9s
This commit is contained in:
parent
392d2e7dc9
commit
ce1e713949
@ -16,5 +16,13 @@ jobs:
|
||||
run: hugo
|
||||
- name: Check file content is present
|
||||
run: pwd && ls -lRt public/
|
||||
- name: Check if scp is available
|
||||
run: scp --version
|
||||
- name: SCP Files in public up to the remote ( prolly us ) server
|
||||
uses: appleboy/scp-action@master
|
||||
env:
|
||||
HOST: ${{ secrets.host }}
|
||||
USERNAME: ${{ secrets.user }}
|
||||
PORT: ${{ secrets.port }}
|
||||
KEY: ${{ secrets.private_key }}
|
||||
with:
|
||||
source: "public"
|
||||
target: "/opt/nginx/test.shockrah.xyz"
|
||||
|
Loading…
Reference in New Issue
Block a user