parent
e3866d1be6
commit
0c250b77c6
1 changed files with 3 additions and 1 deletions
|
@ -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 }}:/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue