Remove deploy.sh

This commit is contained in:
Alexander Dietrich 2017-09-04 22:53:37 +02:00
parent 166daf50db
commit 84799fc22b

View file

@ -1,6 +0,0 @@
#!/usr/bin/env bash
if [ $# -gt 0 ]; then
ansible-playbook site.yml -i production -bK --tags $1
else
ansible-playbook site.yml -i production -bK
fi