wordsearch/deploy.sh

9 lines
No EOL
214 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 data/*.bin
gsutil cp function.zip gs://word-search-1729-assets/cloudfn/${V}/