Finaliza roles, add compose

This commit is contained in:
LeoMortari
2025-09-14 01:50:04 -03:00
parent 7b7a666902
commit 63a4a002ec
7 changed files with 105 additions and 15 deletions

17
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
# 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 }}