mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2026-05-01 11:59:26 -05:00
Create app_build.yml
This commit is contained in:
committed by
GitHub
parent
1b08be8864
commit
de76836ba0
@@ -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 }}
|
||||
Reference in New Issue
Block a user