Update deploy action
Some checks failed
Build and Deploy MkDocs / build-deploy (push) Failing after 37s
Some checks failed
Build and Deploy MkDocs / build-deploy (push) Failing after 37s
This commit is contained in:
parent
e0d9dff451
commit
bb09b24c53
@ -45,6 +45,6 @@ jobs:
|
||||
rsync -avz --delete \
|
||||
--filter='P error/' \
|
||||
--filter='P stats/' \
|
||||
-e "ssh -p ${{ secrets.DEPLOY_PORT || 22 }}" \
|
||||
-e "ssh -v -p ${{ secrets.DEPLOY_PORT || 22 }}" \
|
||||
site/ \
|
||||
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/var/www/dev.postalpoint.app/web
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user