We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f1f1a commit d1502deCopy full SHA for d1502de
Makefile
@@ -35,4 +35,7 @@ docker-publish: docker-build
35
docker tag $(DOCKER_IMG) $(PUBLIC_IMG)
36
docker push $(PUBLIC_IMG)
37
38
+deploy: docker-publish
39
+ ssh starfox bash /home/lerax/Deploy/logic.sh
40
+
41
.PHONY: check docker-build
0 commit comments