Files
optovia/.gitea/workflows/deploy-hatchet.yaml
T
Ruslan Bakiev 9dbff966de
Deploy ArangoDB compose / deploy (push) Failing after 1s
Deploy Hatchet compose / deploy (push) Failing after 1s
Deploy Logto compose / deploy (push) Failing after 1s
Build and deploy Vault image / build (push) Successful in 40s
infra: consolidate Optovia deployment on Earth
2026-08-19 18:25:22 +07:00

22 lines
458 B
YAML

name: Deploy Hatchet compose
on:
push:
branches: [main]
paths:
- "hatchet/**"
- ".gitea/workflows/deploy-hatchet.yaml"
jobs:
deploy:
runs-on: builder
steps:
- name: Deploy in Dokploy
env:
DOKPLOY_DEPLOY_WEBHOOK: ${{ secrets.DOKPLOY_DEPLOY_WEBHOOK_HATCHET }}
run: |
set -euo pipefail
test -n "$DOKPLOY_DEPLOY_WEBHOOK"
curl -fsS -X POST "$DOKPLOY_DEPLOY_WEBHOOK"