codimd/bin/heroku
BoHong Li 5b2320f516
Revert "fix heroku again"
Signed-off-by: BoHong Li <raccoon@hackmd.io>
2020-03-02 23:02:42 +08:00

19 lines
175 B
Bash
Executable File

#!/bin/bash
set -e
if [ ! -z "$DYNO" ]; then
# setup config files
cp .sequelizerc.example .sequelizerc
cat << EOF > config.json
{
"production": {
}
}
EOF
fi