mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-23 16:13:57 +00:00
Create app_build.yml
This commit is contained in:
committed by
GitHub
parent
1b08be8864
commit
de76836ba0
17
.github/workflows/app_build.yml
vendored
Normal file
17
.github/workflows/app_build.yml
vendored
Normal 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 }}
|
Reference in New Issue
Block a user