Skip to content

Instantly share code, notes, and snippets.

@ruprict
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruprict/476a02538858b6a07c5b to your computer and use it in GitHub Desktop.
Save ruprict/476a02538858b6a07c5b to your computer and use it in GitHub Desktop.
deploy:
provider: ninefold
auth-token: "PqVXvVMWqHR6XF4UqZFqvoZwEpMlXcO_SkoCl6NPinmJ8KT1uMkl7ws_lihOoAk2iQ5rpfqF-mRRWHozuKp_yA"
app-id: "10906"
edge: true
skip_cleanup: true
before_script:
- psql -c "DROP DATABASE IF EXISTS ninethings_test;" -U postgres
- psql -c 'create database ninethings_test;' -U postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment