Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 383 Bytes

File metadata and controls

20 lines (14 loc) · 383 Bytes

Ktor Application on Google App Engine Standard with Kotlin

This sample shows how to deploy a Ktor application to Google App Engine standard.

Setup

See Prerequisites.

Deploying

gcloud app deploy

To view your app, use command:

gcloud app browse

Or navigate to https://<your-project-id>.appspot.com.