forked from kimhyungsik/ax_hub_mcp_tool
feat: add gitea actions workflow for deploy
This commit is contained in:
11
.gitea/workflows/deploy.yaml
Normal file
11
.gitea/workflows/deploy.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Deploy Tools
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Run deploy script
|
||||
run: /home/ubuntu/apps/prd-dap-tools/deploy.sh
|
||||
Reference in New Issue
Block a user