Compare commits

...

3 Commits
dev ... main

Author SHA1 Message Date
Kelvin 7f83d7b1ab 更新 '.drone.yml'
3 years ago
Kelvin 6ad3b99812 更新 '.drone.yml'
3 years ago
Kelvin 4913b38753 更新 'README.md'
continuous-integration/drone/push Build is passing Details
3 years ago

@ -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,4 +19,7 @@ proxy_cache_bypass $http_pragam;
proxy_cache_revalidate on; proxy_cache_revalidate on;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_buffering off; proxy_buffering off;
proxy_pass http://localhost:8081/; proxy_pass http://localhost:8081/;
## ok
Loading…
Cancel
Save