| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

Google App Engine(.NET)

提供: MyMemoWiki
ナビゲーションに移動 検索に移動

Google App Engine(.NET)

Google Cloud Tools for Visual Studio

0575 google cloud tools for vs.png

流れ

gcloud app create
dotnet publish -c release
gcloud app deploy ./bin/Release/netcoreapp2.1/publish/app.yaml
gcloud app browse