background the job
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 18s

This commit is contained in:
Martin Dimitrov 2024-12-13 20:23:28 -08:00
parent 0bb371dd64
commit 2064551690
2 changed files with 1 additions and 4 deletions

View File

@ -6,12 +6,10 @@ on:
stack_name:
required: true
type: string
args:
type: string
jobs:
deploy-gitainer:
runs-on: ubuntu-22.04
steps:
- name: Call Gitainer stack webhooks
run: curl --request POST http://192.168.1.150:9080/api/stacks/${{ inputs.stack_name }}?pretty ${{ inputs.args }}
run: curl --request POST http://192.168.1.150:9080/api/stacks/${{ inputs.stack_name }}?pretty &

View File

@ -9,5 +9,4 @@ jobs:
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with:
stack_name: gitea_act_runner
args: &