Ensure publish occurs any other builds
This commit is contained in:
parent
d0e70a54b0
commit
40c39012a5
@ -32,6 +32,7 @@ deployment:
|
|||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- ./bin/docker-login
|
- ./bin/docker-login
|
||||||
|
- make -C ui publish | sed '/NPM_TOKEN/d'
|
||||||
- make -j2 build | sed '/NPM_TOKEN/d'
|
- make -j2 build | sed '/NPM_TOKEN/d'
|
||||||
- make -j2 push | sed '/NPM_TOKEN/d'
|
- make -j2 push | sed '/NPM_TOKEN/d'
|
||||||
- ./bin/deploy
|
- ./bin/deploy
|
||||||
|
@ -48,7 +48,7 @@ build:
|
|||||||
docker build -t quay.io/yldio/joyent-dashboard-$(NAME) .
|
docker build -t quay.io/yldio/joyent-dashboard-$(NAME) .
|
||||||
|
|
||||||
.PHONY: push
|
.PHONY: push
|
||||||
push: publish
|
push:
|
||||||
docker push quay.io/yldio/joyent-dashboard-$(NAME)
|
docker push quay.io/yldio/joyent-dashboard-$(NAME)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user