Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saengate committed Jan 30, 2023
1 parent da49031 commit 397dbbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ login into heroku account

create heroku app

heroku create APP_NAME
heroku create cforemoto-n8n

change app stack

heroku stack:set container --app APP_NAME
heroku stack:set container --app cforemoto-n8n

set config vars(optional)

Expand All @@ -100,19 +100,19 @@ Login the container

build and push container image to heroku

heroku container:push web --app APP_NAME
heroku container:push web --app cforemoto-n8n

release new build

heroku container:release web --app APP_NAME
heroku container:release web --app cforemoto-n8n

<br />

Maybe now you can specify which N8N version to install by Setting a Environment Variable N8N_VERSION or with a build time argument of the same. Not tested yet though, create an issue if it does't work. CI is passing so it is working correctly with default values.

_Update - To set n8n version you can pass a argument when deploying using container registry_

heroku container:push web --arg N8N_VERSION=0.60.0 --app APP_NAME
heroku container:push web --arg N8N_VERSION=0.212.1 --app cforemoto-n8n

### Sources

Expand Down

0 comments on commit 397dbbf

Please sign in to comment.