Remove change of working dir

See https://git.fudiggity.nl/sonny/newsreader/-/jobs/4124 for correct deploy flow
This commit is contained in:
Sonny Bakker 2020-12-20 12:58:03 +01:00
parent 55eee6c6ed
commit 0ac8842431

View file

@ -15,7 +15,6 @@ deploy:
- echo "$DEPLOY_KEY" > deploy_key && chmod 0600 deploy_key - echo "$DEPLOY_KEY" > deploy_key && chmod 0600 deploy_key
- echo "$VAULT_PASSWORD" > vault - echo "$VAULT_PASSWORD" > vault
script: script:
- cd deployment
- > - >
ansible-playbook playbook.yml ansible-playbook playbook.yml
--inventory inventory.yml --inventory inventory.yml