Skip to content

Kill group proces instead of subprocess (maybe?) #15

Kill group proces instead of subprocess (maybe?)

Kill group proces instead of subprocess (maybe?) #15

Workflow file for this run

name: deploy
on:
push:
branches: [deploy]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install SSH key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY_SERVER }}
- name: Push to server
run: |
ssh -o StrictHostKeyChecking=no [email protected] 'bash -s' < 'scripts/update-and-run.sh'