double.huang 5 năm trước cách đây
mục cha
commit
1ae579365f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -7,7 +7,7 @@ build:
   commands:
     - export GOPROXY=https://goproxy.io
     - export GO111MODULE=on
-    - CGO_ENABLED=0 go build -a -ldflags '-s'
+    - CGO_ENABLED=0 go build -a -ldflags '-s' -o flarum
     - tar zcf flarum.tar.gz static app.properties sql doc flarum
 publish:
   docker: