Skip to content

bradwhitfield/FirebaseDeployBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

  • Cleanup old Firebase deployments

Testing Locally

# Test go code locally
go run main.go
# Test Cloud Functions locally
docker run -it -v ${PWD}:/go/src/github.com/bradwh
itfield/FirebaseDeployBot/ --workdir /go/src/github.com/bradwhitfield/FirebaseDeployBot/ golang:stretch bash
go get golang.org/x/net/context
go get golang.org/x/oauth2/google
go get google.golang.org/api/cloudbuild/v1
cat request.json | cloud-functions-go-shim -entry-point F -event-type http -plugin-path functions.so

About

Me attempting to use Google Assistant to deploy change from Github to Firebase hosting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published