Arm GitHub workflow

This commit is contained in:
Tobi Schäfer 2024-05-30 23:44:28 +02:00
parent 3bd9f96c6c
commit dbd0071bc9
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -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