diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..6843e50 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -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"}"