4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source .env
|
|
DATABASE_URL=postgres://$DBUSER:$DBPASS@$DBHOST:$DBPORT npx node-pg-migrate $*
|