12 lines
206 B
Text
12 lines
206 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "Initializing the deployment…"
|
||
|
echo "pwd →"
|
||
|
pwd
|
||
|
echo "config.production.json →"
|
||
|
cat "config.production.json"
|
||
|
|
||
|
bin/wait-for-db
|
||
|
|
||
|
knex-migrator init --mgpath node_modules/ghost
|