Giter Club home page Giter Club logo

mojolicious-command-deploy-heroku's Introduction

NAME

Mojolicious::Command::deploy::heroku - Deploy to Heroku

USAGE

script/my_app deploy heroku [OPTIONS]

  # Create new app with randomly selected name and deploy
  script/my_app deploy heroku --create

  # Create new app with randomly selected name and specified api key
  script/my_app deploy heroku --create --api-key 123412341234...

  # Deploy app (new or existing) with specified name
  script/my_app deploy heroku --name happy-cloud-1234

These options are available:
  -n, --appname <name>      Specify app for deployment
  -a, --api-key <api_key>   Heroku API key (read from ~/.heroku/credentials by default).
  -c, --create              Create a new Heroku app
  -v, --verbose             Verbose output (heroku response, git output)
  -h, --help                This message

DESCRIPTION

Mojolicious::Command::deploy::heroku deploys a Mojolicious app to Heroku.

*NOTE* The deploy command itself works on Windows, but the Heroku service does not reliably accept deployments from Windows. Your mileage may vary.

*NOTE* This release works with Mojolicious versions 4.50 and above. For older Mojolicious versions, please use 0.10 or before.

WORKFLOW

1) Heroku Service

https://api.heroku.com/signup

2) Generate Mojolicious app
mojo generate lite_app hello
3) Deploy
hello deploy heroku --create

The deploy command creates a git repository of the current directory's contents in /tmp, and then pushes it to a remote heroku repository.

SEE ALSO

https://github.com/tempire/mojolicious-command-deploy-heroku, https://github.com/tempire/perloku, http://heroku.com/, http://mojolicio.us

SOURCE

http://github.com/tempire/mojolicious-command-deploy-heroku

VERSION

0.22

AUTHOR

Glen Hinkle [email protected]

CONTRIBUTORS

MattOates

briandfoy

mojolicious-command-deploy-heroku's People

Contributors

briandfoy avatar marcusramberg avatar mattoates avatar rolpereira avatar tempire avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.