Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sarveshpro/n8n-heroku
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dressanomalie/n8n-heroku
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 29, 2021

  1. Update n8n version

    makstaks authored Jun 29, 2021
    Copy the full SHA
    4c9cc11 View commit details
  2. Update Deploy Button URL

    makstaks authored Jun 29, 2021
    Copy the full SHA
    89bedef View commit details
  3. Change Heroku plan to hobby

    makstaks authored Jun 29, 2021
    Copy the full SHA
    d0583b0 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 Dockerfile
  2. +1 −1 README.md
  3. +1 −1 app.json
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine

# pass N8N_VERSION Argument while building or use default
ARG N8N_VERSION=0.98.0
ARG N8N_VERSION=0.123.1

# Update everything and install needed dependencies
RUN apk add --update graphicsmagick tzdata
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

![Docker](https://github.com/sarveshpro/n8n-heroku/workflows/Docker/badge.svg) ![Heroku](https://github.com/sarveshpro/n8n-heroku/workflows/Heroku/badge.svg)

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/sarveshwarge/n8n-heroku)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/dressanomalie/n8n-heroku)

New method, just click, configure and get your n8n running.
Also, now set app stack to container and simply connect this Github repo and deploy, heroku uses default configuration from app.json
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@
"formation": {
"web": {
"quantity": 1,
"size": "free"
"size": "hobby"
}
},
"addons": [