Use generic name for the staging server
This commit is contained in:
parent
14ccdf0691
commit
f2feef4332
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stage.yml
vendored
4
.github/workflows/stage.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: Publish to staging server
|
||||
run: |
|
||||
rsync ./build/install/helma/ antville.dev:./ \
|
||||
rsync ./build/install/helma/ staging-server:./ \
|
||||
--verbose --archive --delete --compress \
|
||||
--filter '+ /bin' \
|
||||
--filter '+ /extras' \
|
||||
|
@ -45,4 +45,4 @@ jobs:
|
|||
--filter '- /*'
|
||||
|
||||
- name: Restart Helma
|
||||
run: ssh antville.dev restart
|
||||
run: ssh staging-server restart
|
||||
|
|
Loading…
Add table
Reference in a new issue