build(run): add ci:deploy task

This commit is contained in:
Oliver Davies 2021-12-08 20:29:43 +00:00
parent ca09801323
commit c60e2152e2

6
run
View file

@ -16,6 +16,12 @@ function task:ci:build {
docker-compose push php
}
function task:ci:deploy {
ansible-playbook tools/deployment/deploy.yml \
-i tools/deployment/hosts.yml \
"${@}"
}
function task:ci:test {
task:lint:dockerfile
}