Categorygithub.com/yhidetoshi/apiEchoGAE
repositorypackage
0.0.0-20220210054504-1358b361d71f
Repository: https://github.com/yhidetoshi/apiechogae.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

apiEchoGAE

  • secret.yamlファイルを作成
    • app.yaml同じ場所に配置
env_variables:
  ID: 'xxx'
  PW: 'yyy'
  • deploy

    • gcloud auth login
    • gcloud app deploy --project ${GCP_PROJECT_ID}
  • api

    • curl -u ${ID}:${PW} https://${GCP_PROJECT_ID}.appspot.com/metal