You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/yaml-examples/examples/deploy-to-heroku.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ sub_group: examples
6
6
toc:true
7
7
---
8
8
9
+
Heroku is a container-based cloud PaaS software that allows you to deploy, run, and manage your applications. Built on top of AWS, it supports Ruby, Node.js, Java, Python, Clojure, Scala, Go and PHP.
10
+
11
+
This tutorial will cover two examples, depending on your use case. If you are not using containers, your use case is covered using the Codefresh heroku-deployer plugin ([Example#1]({{site.baseurl}}docs/yaml-examples/examples/deploy-to-heroku/#pipeline-example-1-deploying-source-code-to-heroku-using-the-codefresh-heroku-plugin)). If you are using containers, you can achieve deployment by using a combination of build, push, and freestyle steps ([Example#2]({{site.baseurl}}http://localhost:3131/docs/yaml-examples/examples/deploy-to-heroku/#pipeline-example-2-deploy-a-docker-image-to-heroku)).
12
+
9
13
##The Example Django Application
10
14
11
15
You can find the example project on[Github](https://github.com/codefresh-contrib/heroku-python-django-sample-app).