test flow
This commit is contained in:
parent
b897cdb797
commit
536a57ba7a
1 changed files with 9 additions and 3 deletions
|
@ -28,6 +28,12 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
- name: List all files
|
||||
run: |
|
||||
ls -la
|
||||
- name: rsync deployment
|
||||
uses: https://github.com/Burnett01/rsync-deployments@6.0.0
|
||||
with:
|
||||
switches: -az --no-o --no-g --no-devices --no-specials --delete --progress --checksum
|
||||
path: .
|
||||
remote_path: ${{ secrets.DEPLOY_PATH }}
|
||||
remote_host: ${{ secrets.DEPLOY_HOST }}
|
||||
remote_user: ${{ secrets.DEPLOY_USER }}
|
||||
remote_key: ${{ secrets.DEPLOY_KEY }}
|
Loading…
Reference in a new issue