Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd974ea202 | |||
| 9b03a669c8 | |||
| c813b20215 | |||
| b20e6e2ef0 | |||
| 0565767f3c | |||
| 6c2a8be507 | |||
| d8ce49ba28 | |||
| 001f315853 | |||
| ec4377e2ee | |||
| 7093edf004 | |||
| dcf6bb8153 |
@@ -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
@@ -1,4 +1,5 @@
|
|||||||
[
|
[
|
||||||
{ "login": "Danil", "password": "456" },
|
{ "login": "Danil", "password": "456" },
|
||||||
{ "login": "charlie", "password": "789" }
|
{ "login": "Kirill", "password": "123" },
|
||||||
|
{ "login": "Sergiy", "password": "999" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user