We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb5bb0 commit 9703fccCopy full SHA for 9703fcc
.github/workflows/rubyonrails.yml
@@ -38,8 +38,8 @@ jobs:
38
39
- name: Reload application
40
run: |
41
- ssh nwspk-production "sudo systemctl reload nwspk-web.service"
42
- ssh nwspk-production "sudo systemctl reload nwspk-sidekiq.service"
+ ssh nwspk-production "sudo systemctl restart nwspk-web.service"
+ ssh nwspk-production "sudo systemctl restart nwspk-sidekiq.service"
43
44
deploy-staging:
45
runs-on: ubuntu-22.04
@@ -74,5 +74,5 @@ jobs:
74
75
76
77
- ssh nwspk-staging "sudo systemctl reload nwspk-web.service"
78
- ssh nwspk-staging "sudo systemctl reload nwspk-sidekiq.service"
+ ssh nwspk-staging "sudo systemctl restart nwspk-web.service"
+ ssh nwspk-staging "sudo systemctl restart nwspk-sidekiq.service"
0 commit comments