forked from OpenNeo/impress
Matchu
9b68e982e7
I did some refactoring while here too, of pulling the deploy scripts out of `package.json` and into `bin`, to be a bit more canonically Rails-y. (idk how canonical the colon thing is but, probably fine??)
4 lines
248 B
Bash
Executable file
4 lines
248 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Deploy a new version to production, using the Ansible playbook in `deploy/deploy.yml`.
|
|
# This skips the build step that normally runs when you just call `bin/deploy`.
|
|
ansible-playbook -i deploy/inventory.cfg deploy/deploy.yml
|