wordsearch/deploy.sh

9 lines
214 B
Bash
Raw Normal View History

2023-10-08 15:06:52 +01:00
#!/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
2023-10-08 15:06:52 +01:00
gsutil cp function.zip gs://word-search-1729-assets/cloudfn/${V}/