Skip to content

Commit

Permalink
Use generic name for the staging server
Browse files Browse the repository at this point in the history
  • Loading branch information
p3k committed Jun 1, 2024
1 parent 14ccdf0 commit f2feef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand All @@ -45,4 +45,4 @@ jobs:
--filter '- /*'
- name: Restart Helma
run: ssh antville.dev restart
run: ssh staging-server restart

0 comments on commit f2feef4

Please sign in to comment.