codimd/bin/heroku
BoHong Li 109e751da8
fix: heroku .seqeulzierc file
Signed-off-by: BoHong Li <raccoon@hackmd.io>
2020-03-02 22:11:43 +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