8000 Examples: fix storage deploy command. · tf2keras/cloud-functions-python@acf9669 · GitHub
[go: up one dir, main page]

Skip to content

Commit acf9669

Browse files
committed
Examples: fix storage deploy command.
1 parent fc60da8 commit acf9669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/storage/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
py-cloud-fn $FUNC_NAME http -p -f function.py && \
1+
py-cloud-fn $FUNC_NAME bucket -p -f function.py && \
22
cd cloudfn/target && gcloud beta functions deploy $FUNC_NAME \
33
--trigger-bucket $TRIGGER_BUCKET --stage-bucket $STAGE_BUCKET --memory 2048MB && cd ../..

0 commit comments

Comments
 (0)
0