Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

 mvn clean package appengine:deploy -Dapp.deploy.projectId=<your-project-id>

To view your app, use command:

gcloud app browse

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