はい!今やってます!

Work Pertly, Live Idly

Google Cloud SDKのインストールとGAEデプロイの方法(gcloudコマンド)

  • ダウンロード
curl https://sdk.cloud.google.com | bash
  • シェルを再起動
exec -l $SHELL
  • gcloud init を実行して gcloud 環境を初期化
gcloud init
  • デプロイ
gcloud app deploy
  • ログストリーム
gcloud app logs tail -s default
  • ブラウザで確認
gcloud app browse