Update deploy action
All checks were successful
Build and Deploy MkDocs / build-next (push) Successful in 48s

This commit is contained in:
Skylar Ittner 2026-02-28 18:47:18 -07:00
parent c0f363b788
commit 26fb9330ff

View File

@ -49,3 +49,16 @@ jobs:
run: |
mike set-default next
mike deploy --push --update-aliases next latest
- name: Checkout public branch
run: |
git checkout public
- name: Deploy with rsync
run: |
rsync -rltz --no-perms --no-owner --no-group --omit-dir-times --delete \
--filter='P error/' \
--filter='P stats/' \
--exclude=".git/" \
./ \
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/var/www/dev.postalpoint.app/web