Initial open source commit

This commit is contained in:
frikky
2020-05-11 19:17:35 +02:00
commit f3587ac821
205 changed files with 63293 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Deploys to backend
echo "Deploying to appengine."
mkdir -p $GOPATH/src/github.com/frikky/shuffle
cp -r go-app/* $GOPATH/src/github.com/frikky/shuffle
cd $GOPATH/src/github.com/frikky/shuffle
go build
go test
gcloud app deploy $GOPATH/src/github.com/frikky/shuffle/app.yaml