Skip to content

Instantly share code, notes, and snippets.

@rekomat
Last active September 3, 2018 06:10
Show Gist options
  • Save rekomat/bbe434802b39e0bba9e192fdb0f18671 to your computer and use it in GitHub Desktop.
Save rekomat/bbe434802b39e0bba9e192fdb0f18671 to your computer and use it in GitHub Desktop.
Scalingo Cheatsheet

Scalingo Cheatsheet

Automagic cloud hosting for teams. From prototypes to production-ready applications, Scalingo empowers software teams to manage entire application lifecycles.

Getting Started

Create new app

scalingo create <app-name>

Remote name defaults to 'scalingo'. Use --remote for custom remote names
scalingo create <app-name> --remote <remote-name>

Add Git remote

my-app$ git remote add <remote-name> git@scalingo.com:<app-name>.git

Deploy app

my-app$ git push <remote-name> master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment