Remove deploy.sh
This commit is contained in:
parent
166daf50db
commit
84799fc22b
1 changed files with 0 additions and 6 deletions
|
@ -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
|
Loading…
Reference in a new issue