Files
clipperia-api/.github/workflows/build.yml
Workflow config file is invalid. Please check your config file: EOF
2025-09-14 01:50:04 -03:00

18 lines
296 B
YAML

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