Try rsync before deploying
Jekyll / jekyll (pull_request) Failing after 26s
Details
Jekyll / jekyll (pull_request) Failing after 26s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
279a9dd94f
commit
41145ffb89
|
@ -53,6 +53,9 @@ jobs:
|
|||
run: |
|
||||
echo "${{ secrets.WWW_DEPLOY_KEY }}" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
rsync -n -halvi \
|
||||
-e "ssh -a -x -o StrictHostKeyChecking=no" \
|
||||
./_site/ www@lafs.eval.latfa.net:/var/www/site/
|
||||
- name: Deploy Jekyll site
|
||||
id: deploy_site
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue