Install git in deploy stage
This commit is contained in:
parent
e4e4e97cfd
commit
9ecca7a80b
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ deploy:
|
||||||
name: production
|
name: production
|
||||||
url: rss.fudiggity.nl
|
url: rss.fudiggity.nl
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y ansible
|
- apt-get update && apt-get install -y ansible git
|
||||||
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.fudiggity.nl/sonny/ansible-playbooks.git deployment
|
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.fudiggity.nl/sonny/ansible-playbooks.git deployment
|
||||||
- echo $DEPLOY_HOST > deployment/hosts.yml
|
- echo $DEPLOY_HOST > deployment/hosts.yml
|
||||||
- echo $DEPLOY_KEY > deployment/deploy_key
|
- echo $DEPLOY_KEY > deployment/deploy_key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue