Add deploy script
This commit is contained in:
parent
3559ca9ec1
commit
ee824da6e0
1 changed files with 9 additions and 0 deletions
9
deploy.sh
Executable file
9
deploy.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
V=$(git describe --tags)
|
||||||
|
|
||||||
|
zip function.zip go.mod go.sum cloudfn.go match/match.go anagram/anagram.go util/util.go
|
||||||
|
|
||||||
|
gsutil cp function.zip gs://word-search-1729-assets/cloudfn/${V}/
|
Loading…
Reference in a new issue