Stop, copy, start
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 36s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 36s
This commit is contained in:
parent
3dc5e5cf7f
commit
d3ee10669e
@ -18,7 +18,9 @@ jobs:
|
||||
with:
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
- name: Stop the service
|
||||
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -o RemoteCommand="systemctl --user stop oopsie_service.service"
|
||||
- name: Copy to prod
|
||||
run: scp -rp dist/* ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:oopsie/
|
||||
- name: Restart the service
|
||||
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -o RemoteCommand="systemctl --user restart oopsie_service.service"
|
||||
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -o RemoteCommand="systemctl --user start oopsie_service.service"
|
Loading…
Reference in New Issue
Block a user