Skip to content

Commit 433f7bd

Browse files
authored
Update Makefile
1 parent 6054767 commit 433f7bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
instance_id = $(shell curl "http://10.1.9.49:4001/api/instance_id?name=cakecloud-db&project_name=${project}")
21
hostname = $(shell hostname)
2+
instance_id = $(shell curl "http://10.1.9.49:4001/api/instance_id?name=${hostname}&project_name=${project}")
3+
34

45
all: prepare_files save_env_vars start_service
56

0 commit comments

Comments
 (0)