Compare commits
2 Commits
main
..
6c2a8be507
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c2a8be507 | |||
| d8ce49ba28 |
@@ -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": "charlie", "password": "789" }
|
||||
{ "login": "charlie", "password": "789" },
|
||||
{ "login": "Kirill", "password": "123" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user