chore: add deploy workflow

This commit is contained in:
2026-06-12 07:30:23 +00:00
parent 199a3ea2fe
commit dcf6bb8153
+10
View File
@@ -0,0 +1,10 @@
name: Deploy
on:
push:
branches: [ production ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy on chats
run: curl -X POST http://192.168.1.80:9998 -H Content-Type: application/json -d ref:refs/heads/production