Compare commits

...

5 Commits

Author SHA1 Message Date
admin a634c3451f Delete .gitea/workflows/deploy.yml 2026-06-12 07:37:38 +00:00
admin a8381e9240 Merge pull request 'Prodaction' (#1) from prodaction into main
Reviewed-on: #1
2026-06-12 07:35:04 +00:00
admin 001f315853 Merge branch 'main' into prodaction 2026-06-12 07:34:54 +00:00
@kirill.komarov 31ee9cfec8 test 2026-06-12 12:32:56 +05:00
@kirill.komarov 62686ad834 test 2026-06-12 12:24:56 +05:00
2 changed files with 2 additions and 12 deletions
-10
View File
@@ -1,10 +0,0 @@
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 -2
View File
@@ -1,4 +1,4 @@
[ [
{ "login": "alice", "password": "123" }, { "login": "Danil", "password": "456" },
{ "login": "bob", "password": "456" } { "login": "charlie", "password": "789" }
] ]