Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Luc Bourdot
codimd
Commits
1c5eaae5
Unverified
Commit
1c5eaae5
authored
Mar 02, 2020
by
BoHong Li
Browse files
fix: heroku Proffile might show sensitive data in log
Signed-off-by:
BoHong Li
<
raccoon@hackmd.io
>
parent
a2b9fa9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Procfile
View file @
1c5eaae5
web:
CMD_DB_URL="$DATABASE_URL" CMD_PORT="$PORT" npm run
start
web:
./bin/heroku_
start
.sh
bin/heroku_start.sh
0 → 100755
View file @
1c5eaae5
#!/bin/bash
set
-euo
pipefail
CMD_DB_URL
=
"
$DATABASE_URL
"
CMD_PORT
=
"
$PORT
"
npm run start
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment