Create app_build.yml

This commit is contained in:
9 Technology Group LTD
2025-10-01 21:09:10 +01:00
committed by GitHub
parent 1b08be8864
commit de76836ba0

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

@@ -0,0 +1,17 @@
name: Build on Merge
on:
push:
branches:
- main
- dev
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Run rebuild script
run: /root/patchmon/platform/scripts/app_build.sh ${{ github.ref_name }}