wordsearch/deploy.sh
2023-10-08 15:06:52 +01:00

9 lines
No EOL
203 B
Bash
Executable file

#!/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}/