fix deploy path

This commit is contained in:
Chuck Dries 2021-06-19 08:23:05 -07:00
parent 9b81f5662a
commit 11665e3fec

View File

@ -35,7 +35,7 @@ jobs:
with:
switches: -zr --delete --exclude node_modules --exclude '.git*'
path: ./public/
remote_path: /www/personal-website
remote_path: www/personal-website
remote_host: droplet.chuckdries.com
remote_user: ${{ secrets.CI_USER }}
remote_key: ${{ secrets.CI_SSH_KEY }}