Add rsync setup to pipeline-test.yaml config
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m28s
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m28s
This commit is contained in:
parent
185daa557d
commit
1eb9c89f3f
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ jobs:
|
||||||
- name: Build Hugo site
|
- name: Build Hugo site
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
|
- name: Setup rsync
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||||
|
|
||||||
- name: Setup SSH Key
|
- name: Setup SSH Key
|
||||||
uses: webfactory/ssh-agent@v0.5.3
|
uses: webfactory/ssh-agent@v0.5.3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue