diff --git a/.drone.yml b/.drone.yml index ef6c4dd..584495e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: commands: - mkdir -p /go/bin /go/src - go get github.com/revel/cmd/revel - - /go/bin/revel build github.com/CyCoreSystems/cycore-web tmp prod + - revel build github.com/CyCoreSystems/cycore-web tmp prod publish: image: plugins/docker repo: quay.io/cycore/web