Files
clipperia-api/.github/workflows/build.yml
LeoMortari 692ca9b79a
Some checks failed
Dokploy Build / Call Weebhook Dokploy (push) Has been cancelled
Add build pipeline
2025-09-15 00:52:52 -03:00

18 lines
294 B
YAML

name: Dokploy Build
on:
push:
branches: [master]
jobs:
build:
name: Call Weebhook Dokploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Call build in Dokploy
if: success()
run: curl -X GET ${{ secrets.BUILD_WEBHOOK_URL }}