Skip to content

Commit 2c9bcab

Browse files
author
Matthew Fisher
committed
Merge pull request #2138 from johanneswuerbach/patch-6
chore(publisher): Add missing deploy target
2 parents 2c24530 + b9db46a commit 2c9bcab

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)