Compare commits

...

4 Commits

Author SHA1 Message Date
admin 001f315853 Merge branch 'main' into prodaction 2026-06-12 07:34:54 +00:00
admin ec4377e2ee fix: correct workflow format 2026-06-12 07:30:54 +00:00
admin 7093edf004 fix: correct workflow format 2026-06-12 07:30:54 +00:00
admin dcf6bb8153 chore: add deploy workflow 2026-06-12 07:30:23 +00:00
+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 -sk -X POST http://192.168.1.80:9998 -H \"Content-Type: application/json\" -d "repository":{"name":"min-chat"}"