Skip to content

Commit b9db46a

Browse files
chore(publisher): Add missing deploy target
`make -C component deploy` should work for all deis components
1 parent 2c24530 commit b9db46a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

publisher/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ set-image: check-deisctl
3232

3333
release: check-docker
3434
docker push $(DOCKER_IMAGE)
35+
36+
deploy: build dev-release restart
3537

3638
restart: stop start
3739

0 commit comments

Comments
 (0)