mkdir -p $GOPATH/src/github.com/star-integrations
cd $GOPATH/src/github.com/star-integrations
git clone git@github.com:s-aska/line-works-debugger-go.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-all
git push origin master -> Cloud Build -> https://ifc-store.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