codimd/bin/heroku

19 lines
175 B
Plaintext
Raw Normal View History

2016-10-14 19:28:54 +08:00
#!/bin/bash
set -e
if [ ! -z "$DYNO" ]; then
2016-10-14 19:28:54 +08:00
# setup config files
cp .sequelizerc.example .sequelizerc
2016-10-14 19:28:54 +08:00
cat << EOF > config.json
2016-12-11 12:07:46 +08:00
{
"production": {
}
}
EOF
2016-10-14 19:28:54 +08:00
fi