chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml
Martin Dimitrov b7b1216b8a
Some checks failed
Reload Act Runner Stack to clear cache / deploy-gitainer (push) Failing after 1s
add gitainer action
2024-12-13 19:35:08 -08:00

16 lines
332 B
YAML

name: Reload Gitainer Stack
on:
workflow_call:
inputs:
stack_name:
required: true
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