Fix wrong url in deploy job

This commit is contained in:
Sonny Bakker 2020-08-04 21:06:54 +02:00
parent cad6a62a17
commit 6fb848d90e

View file

@ -8,7 +8,7 @@ deploy:
- if: $CI_COMMIT_TAG
before_script:
- pip install ansible --quiet
- git clone https://git.fudiggity.nl/sonny/newsreader.git deployment
- git clone https://git.fudiggity.nl/sonny/ansible-playbooks.git deployment
- mkdir /root/.ssh
- echo "$DEPLOY_HOST_KEY" > /root/.ssh/known_hosts
- echo "$DEPLOY_KEY" > deployment/deploy_key && chmod 0600 deployment/deploy_key