Compare commits

..

4 Commits

Author SHA1 Message Date
@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
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": "Danil", "password": "456" },
{ "login": "charlie", "password": "789" } { "login": "Kirill", "password": "123" },
{ "login": "Dmitriy", "password": "789" }
] ]