#!/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`. cd $(dirname $0)/../deploy && ansible-playbook deploy.yml