impress/bin/deploy

5 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
# Deploy a new version to production, using the Ansible playbook in `deploy/deploy.yml`.
$(dirname $0)/deploy:precompile && \
$(dirname $0)/deploy:push