main_go #8
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