Update deploy action
Some checks failed
Build and Deploy MkDocs / build-deploy (push) Failing after 37s

This commit is contained in:
Skylar Ittner 2026-02-13 13:25:43 -07:00
parent e0d9dff451
commit bb09b24c53

View File

@ -45,6 +45,6 @@ jobs:
rsync -avz --delete \ rsync -avz --delete \
--filter='P error/' \ --filter='P error/' \
--filter='P stats/' \ --filter='P stats/' \
-e "ssh -p ${{ secrets.DEPLOY_PORT || 22 }}" \ -e "ssh -v -p ${{ secrets.DEPLOY_PORT || 22 }}" \
site/ \ site/ \
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/var/www/dev.postalpoint.app/web ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/var/www/dev.postalpoint.app/web