build: add rsync package
This commit is contained in:
@ -20,6 +20,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: dist/
|
path: dist/
|
||||||
|
- name: Install rsync
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||||
- name: Deploy build
|
- name: Deploy build
|
||||||
env:
|
env:
|
||||||
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
|
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
|
||||||
|
|||||||
Reference in New Issue
Block a user