Compare commits
4 Commits
31ee9cfec8
...
001f315853
| Author | SHA1 | Date | |
|---|---|---|---|
| 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"}"
|
||||
Reference in New Issue
Block a user