snipette-ghost/bin/init-deployment

12 lines
206 B
Bash
Executable file

#!/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