Kelvin 3 years ago
parent 2277732de9
commit 671bdb2168

@ -2,6 +2,10 @@ kind: pipeline
type: docker type: docker
name: api2gpt-mid name: api2gpt-mid
trigger:
branch:
- main
steps: steps:
- name: build - name: build
image: golang:1.18 image: golang:1.18

@ -19,5 +19,5 @@ proxy_buffering off;
proxy_pass http://localhost:8081/; proxy_pass http://localhost:8081/;
## degug ## local run
go run api2gpt-mid --port 8080 --log-dir ./logs go run api2gpt-mid --port 8080 --log-dir ./logs

Loading…
Cancel
Save