Files
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 8: did not find expected key
2026-06-12 07:30:54 +00:00

11 lines
269 B
YAML

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"}"