Compare commits
2 Commits
production
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a634c3451f | |||
| a8381e9240 |
@@ -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"}"
|
|
||||||
+1
-2
@@ -1,5 +1,4 @@
|
|||||||
[
|
[
|
||||||
{ "login": "Danil", "password": "456" },
|
{ "login": "Danil", "password": "456" },
|
||||||
{ "login": "Kirill", "password": "123" },
|
{ "login": "charlie", "password": "789" }
|
||||||
{ "login": "Sergiy", "password": "999" }
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user