deploy?
Some checks failed
/ build (push) Failing after 34s

This commit is contained in:
gloriousbreak 2025-05-25 23:05:41 -04:00
parent e3866d1be6
commit 0c250b77c6
Signed by: gloriousbreak
GPG key ID: 690D1CF8558DC313

View file

@ -17,4 +17,6 @@ jobs:
run: bundle install
- name: Build site
run: jekyll build --future --config _config.yml
- name: Deploy site
run: |
rsync -e "ssh -oStrictHostKeyChecking=no -i <(echo ${{ secrets.SERVER_SSH_KEY }})" -avz --delete _site/ deploy@${{ secrets.SERVER_NAME }}:/