0.2.3 #99

Merged
sonny merged 112 commits from development into master 2020-05-23 16:58:42 +02:00
Showing only changes of commit f6100416c3 - Show all commits

View file

@ -95,6 +95,8 @@ deploy:
before_script: before_script:
- apt-get update && apt-get install -y ansible git - 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
- mkdir /root/.ssh
- echo "192.168.178.63 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILbtcdgJBhVCKsO88cV19EYefDTopdYejEQCp1pYr1Ga" > /root/.ssh/known_hosts
- echo "$DEPLOY_HOST" > deployment/hosts.yml - echo "$DEPLOY_HOST" > deployment/hosts.yml
- echo "$DEPLOY_KEY" > deployment/deploy_key - echo "$DEPLOY_KEY" > deployment/deploy_key
script: script: