Skip to content

Added Scalingo deployment documentation #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions scalingo-deployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Scalingo One Click Deployment

You can quickly setup a sample Scalingo CodiMD application by clicking the button below.

[![Deploy to Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/hackmdio/codimd)

If you deploy it without the button, keep in mind to use the right buildpacks. For more details, check out [`scalingo.json`](https://github.com/hackmdio/codimd/blob/master/scalingo.json) and [`.buildpacks`](https://github.com/hackmdio/codimd/blob/master/.buildpacks).

## Deploy with custom branch

If you want to deploy CodiMD app with a custom branch instead of `master` branch, just add `#` followed by the name of the branch in the URL.

Example with `develop` branch:
```
https://my.scalingo.com/deploy?source=https://github.com/hackmdio/codimd#develop
```

###### tags: `CodiMD` `Docs`