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