Deploy preview site to review pull requests #5
|
@ -53,6 +53,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.WWW_DEPLOY_KEY }}" > ~/.ssh/id_ed25519
|
echo "${{ secrets.WWW_DEPLOY_KEY }}" > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.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
|
- name: Deploy Jekyll site
|
||||||
id: deploy_site
|
id: deploy_site
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue