diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a236f9b..621a70e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,4 +69,4 @@ jobs: cd ${{ env.DEPLOY_PATH }} pipx install -f git+https://github.com/aarhusstadsarkiv/pinger.git@${{ github.sha }} pipx ensurepath - nohup ./run.sh \ No newline at end of file + nohup ./run.sh & \ No newline at end of file