mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2026-01-05 20:49:34 -06:00
18 lines
310 B
YAML
18 lines
310 B
YAML
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 }}
|