Skip to content

Commit

Permalink
Add deploying on Heroku section to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Sep 10, 2022
1 parent e97584c commit c909cc7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ Linode, AWS, and more.
If you prefer to build and deploy your applications on your
own machine or infrastructure, you may also
try [Apache Ant](https://ant.apache.org/) or [Deployer](https://deployer.org/).

### Deploying on Heroku

The [Slim4 skeleton heroku](https://github.com/peter279k/slim4-skeleton-heroku) fork
shows an example to be friendly for Heroku deployment.
Especially the [deployment.yml](https://github.com/peter279k/slim4-skeleton-heroku/blob/master/.github/workflows/deployment.yml)
file shows how to build and deploy the application.
The demonstration URL is available [here](https://slim4-skeleton-app.herokuapp.com/).

0 comments on commit c909cc7

Please sign in to comment.