Update deploy action
All checks were successful
Build and Deploy MkDocs / build-next (push) Successful in 48s
All checks were successful
Build and Deploy MkDocs / build-next (push) Successful in 48s
This commit is contained in:
parent
c0f363b788
commit
26fb9330ff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user