Skip to content

Commit d1502de

Browse files
committed
feat: add make deploy target
1 parent b4f1f1a commit d1502de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ docker-publish: docker-build
3535
docker tag $(DOCKER_IMG) $(PUBLIC_IMG)
3636
docker push $(PUBLIC_IMG)
3737

38+
deploy: docker-publish
39+
ssh starfox bash /home/lerax/Deploy/logic.sh
40+
3841
.PHONY: check docker-build

0 commit comments

Comments
 (0)