Skip to content

Commit

Permalink
Merge pull request sarveshpro#9 from sarveshwarge/master
Browse files Browse the repository at this point in the history
master
  • Loading branch information
sarveshpro authored May 2, 2020
2 parents 8e78af8 + 5a2faac commit 13094df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testonheroku.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Heroku
name: Heroku

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ create heroku app

change app stack

heroku stack:set contaner --app APP_NAME
heroku stack:set container --app APP_NAME

set config vars(optional)

Expand Down
7 changes: 5 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"value": "true"
},
"GENERIC_TIMEZONE": {
"description": "Time Zone to use with Heroku.",
"value": "Asia/Kolkata"
"description": "Time Zone to use with Heroku. You can find the name of your timezone here: https://momentjs.com/timezone/",
"value": "Europe/Berlin"
},
"N8N_BASIC_AUTH_USER": {
"description": "Basic Authentication User for n8n",
Expand All @@ -41,6 +41,9 @@
"options": {
"version": "11"
}
},
{
"plan": "papertrail:choklad"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parse_url() {
# received url as argument
ARG_URL=${1:-""}

# if config vars detected
# override if config vars detected
if [ "$DATABASE_URL" ]
then
ARG_URL=$DATABASE_URL
Expand Down Expand Up @@ -59,4 +59,4 @@ else
fi

# kickstart nodemation
n8n
n8n

0 comments on commit 13094df

Please sign in to comment.