diff --git a/.drone.yml b/.drone.yml index b2fac87..782817b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -83,17 +83,14 @@ pipeline: when: event: [tag, push] - static-build-frontend: - image: karalabe/xgo-latest:latest + build-frontend: + image: webhippie/nodejs:current pull: true group: build-static - environment: - TAGS: bindata sqlite - GOPATH: /srv/app commands: - make release-frontend when: - event: [tag, push] + event: [ push, tag ] after-build-static: image: karalabe/xgo-latest:latest