8000 :wrench: Update make send · nkmr-jp/gcf-fetch@9b44055 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 9b44055

Browse files
committed
🔧 Update make send
1 parent 45068bf commit 9b44055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ send:
6666
ifeq ($(URL),)
6767
$(error "Please specify URL")
6868
endif
69-
gcloud pubsub topics publish $(FUNC_NAME)-topic \
69+
gcloud pubsub topics publish \
70+
$(FUNC_NAME)-topic \
71+
--project $(PROJECT_ID) \
7072
--message=$(URL)
7173

7274
log:

0 commit comments

Comments
 (0)
0