Skip to content

Instantly share code, notes, and snippets.

@yoshuawuyts
Created September 1, 2015 01:55
Show Gist options
  • Save yoshuawuyts/a0a64b64cd219b8e4bd0 to your computer and use it in GitHub Desktop.
Save yoshuawuyts/a0a64b64cd219b8e4bd0 to your computer and use it in GitHub Desktop.
Circle CI setup postgresql, sets custom user and creates db
machine:
node:
version: 0.12.6
services:
- postgresql
database:
override:
- createuser -s -d dlivr
- createdb dlivr
- npm run migrate:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment