Skip to content

Commit

Permalink
removed build step in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Mar 28, 2021
1 parent 0b029bd commit 58d355d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbarapp.com/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ printf "package main\n\nconst version = \"${VERSION}\"" > version.gen.go
echo "Deploying xbarapp.com (${VERSION})..."

go test
npm run build
gcloud app deploy --project xbarapp --version=beta

0 comments on commit 58d355d

Please sign in to comment.