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 6054767 commit 433f7bdCopy full SHA for 433f7bd
Makefile
@@ -1,5 +1,6 @@
1
-instance_id = $(shell curl "http://10.1.9.49:4001/api/instance_id?name=cakecloud-db&project_name=${project}")
2
hostname = $(shell hostname)
+instance_id = $(shell curl "http://10.1.9.49:4001/api/instance_id?name=${hostname}&project_name=${project}")
3
+
4
5
all: prepare_files save_env_vars start_service
6
0 commit comments