We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992da66 commit 0e6ddc5Copy full SHA for 0e6ddc5
deploy.sh
@@ -1,6 +1,5 @@
1
git clone --depth=1 --branch=stable [email protected]:Diesel-Net/drone-inventory.git .ansible/inventories
2
3
-export ANSIBLE_CONFIG="$(pwd)/.ansible/ansible.cfg"
4
ansible-galaxy install -r .ansible/roles/requirements.yaml -p .ansible/roles --force
5
ansible-playbook .ansible/deploy.yaml -i .ansible/inventories/prod.yaml --extra-vars "repository=drone version=prod"
6
0 commit comments