mkdir -p $GOPATH/src/github.com/s-aska
cd $GOPATH/src/github.com/s-aska
git clone git@github.com:s-aska/favicon.git
brew install go
curl https://sdk.cloud.google.com | bash
exec -l $SHELL
gcloud init
gcloud components install app-engine-go
make installdeps
make dev-app
make deploy-app
git push origin master -> Cloud Build -> https://YOUR_PROJECT_ID.appspot.com/
[PROJECT_NUMBER]@cloudbuild.gserviceaccount.com
AddApp Engine Admin
role IAM- Enable the
Google App Engine Admin API
App Engine Admin API - Add Trigger Cloud Build
- Select Source GitHub
- Choose Repository
- Click
Cloud Build 構成ファイル(yaml または json)
- Settings Branches or Tags rule
- Create