codimd/bin/heroku

19 lines
175 B
Plaintext
Raw Normal View History

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