Change directory before running ansible
This commit is contained in:
parent
06e4ea33b5
commit
4cb3846e36
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ deploy:
|
||||||
- echo "$DEPLOY_KEY" > deployment/deploy_key && chmod 0600 deployment/deploy_key
|
- echo "$DEPLOY_KEY" > deployment/deploy_key && chmod 0600 deployment/deploy_key
|
||||||
- echo "$VAULT_PASSWORD" > deployment/vault
|
- echo "$VAULT_PASSWORD" > deployment/vault
|
||||||
script:
|
script:
|
||||||
|
- cd deployment
|
||||||
- >
|
- >
|
||||||
ansible-playbook deployment/playbook.yml
|
ansible-playbook deployment/playbook.yml
|
||||||
--inventory deployment/inventory.yml
|
--inventory deployment/inventory.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue