Skip to content

Commit

Permalink
🔧 Update make send
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmr-jp committed Jul 14, 2022
1 parent 45068bf commit 9b44055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ send:
ifeq ($(URL),)
$(error "Please specify URL")
endif
gcloud pubsub topics publish $(FUNC_NAME)-topic \
gcloud pubsub topics publish \
$(FUNC_NAME)-topic \
--project $(PROJECT_ID) \
--message=$(URL)

log:
Expand Down

0 comments on commit 9b44055

Please sign in to comment.