Merge branch 'main' into main_go
All checks were successful
Deploy preview (main_go) / deploy (push) Successful in 11s
All checks were successful
Deploy preview (main_go) / deploy (push) Successful in 11s
This commit is contained in:
commit
1826b85e30
18
.gitea/workflows/deploy-main.yml
Normal file
18
.gitea/workflows/deploy-main.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Deploy main
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: deploy-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ["native"]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Deploy main to server
|
||||||
|
run: /usr/local/bin/deploy_krgm.sh
|
||||||
Loading…
Reference in New Issue
Block a user