Arm GitHub workflow
This commit is contained in:
parent
3bd9f96c6c
commit
dbd0071bc9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stage.yml
vendored
4
.github/workflows/stage.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Publish to staging server
|
||||
run: |
|
||||
rsync build/install/antville/ antville.dev:/apps/antville/ \
|
||||
--dry-run --verbose --archive --delete --compress \
|
||||
--verbose --archive --delete --compress \
|
||||
--filter '+ /claustra' \
|
||||
--filter '+ /code' \
|
||||
--filter '+ /compat' \
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
--filter '+ /lib' \
|
||||
--filter '- /*'
|
||||
rsync build/install/antville/static/ antville.dev:/apps/antville/static/helma/ \
|
||||
--dry-run --verbose --archive --compress
|
||||
--verbose --archive --compress
|
||||
|
||||
- name: Restart Helma
|
||||
run: ssh antville.dev restart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue