Skip to content

Automated deployment to Google App Engine for your build pipeline

Notifications You must be signed in to change notification settings

bodar/autodeploy-appengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple project than takes a war file and uploads it to Google App Engine

It's designed to be drop-in deploy stage in your build pipeline. The input is a war file and one property file dropped into the artifacts folder.

For example:

artifacts/foo.war
artifacts/deploy.properties

And deploy.properties contains

deploy.name=foo-appid
deploy.war=foo.war

Then just setup your build pipeline to trigger this project and supply your deploy.username and deploy.password as properties.

If you want more control then use the appcfg task directly.

About

Automated deployment to Google App Engine for your build pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages