Compare commits

...

11 Commits

Author SHA1 Message Date
@kirill.komarov bd974ea202 test 2026-06-12 13:00:50 +05:00
@kirill.komarov 9b03a669c8 test 2026-06-12 12:58:38 +05:00
@kirill.komarov c813b20215 test 2026-06-12 12:54:01 +05:00
@kirill.komarov b20e6e2ef0 test 2026-06-12 12:43:37 +05:00
@kirill.komarov 0565767f3c test 2026-06-12 12:42:23 +05:00
@kirill.komarov 6c2a8be507 Merge branch 'prodaction' of https://gitea.mpak-8501.ru/admin/min-chat into prodaction 2026-06-12 12:39:51 +05:00
@kirill.komarov d8ce49ba28 test 2026-06-12 12:39:46 +05:00
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
2 changed files with 12 additions and 1 deletions
+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"}"
+2 -1
View File
@@ -1,4 +1,5 @@
[
{ "login": "Danil", "password": "456" },
{ "login": "charlie", "password": "789" }
{ "login": "Kirill", "password": "123" },
{ "login": "Sergiy", "password": "999" }
]