aedeploy

command
v0.0.0-...-e335b53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2015 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Program aedeploy assists with deploying Go Managed VM apps to production. A temporary directory is created; the app, its subdirectories, and all its dependencies from $GOPATH are copied into the directory; then the app is deployed to production with the provided command.

The app must be in "package main".

This command must be issued from within the root directory of the app (where the app.yaml file is located).

A sample Dockerfile to be used with this tool could look like this:

FROM gcr.io/google_appengine/go-compat
ADD . /app
RUN GOPATH=/app/_gopath go build -tags appenginevm -o /app/_ah/exe

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL