Merge branch 'master' into development
This commit is contained in:
commit
e0af3dcc20
1 changed files with 3 additions and 3 deletions
|
|
@ -9,11 +9,11 @@ deploy:
|
||||||
before_script:
|
before_script:
|
||||||
- pip install ansible --quiet
|
- pip install ansible --quiet
|
||||||
- git clone https://git.fudiggity.nl/sonny/ansible-playbooks.git deployment
|
- git clone https://git.fudiggity.nl/sonny/ansible-playbooks.git deployment
|
||||||
- mkdir /root/.ssh
|
- mkdir -p /root/.ssh
|
||||||
- echo "$DEPLOY_HOST_KEY" > /root/.ssh/known_hosts
|
- echo "$DEPLOY_HOST_KEY" > /root/.ssh/known_hosts
|
||||||
- echo "$DEPLOY_KEY" > deployment/deploy_key && chmod 0600 deployment/deploy_key
|
- echo "$DEPLOY_KEY" > deployment/deploy_key && chmod 0600 deployment/deploy_key
|
||||||
- mkdir /root/.vaults
|
- mkdir -p /root/.vaults
|
||||||
- echo "$VAULT_PASSWORD" > /root/.vaults/newsreader
|
- echo "$VAULT_PASSWORD" > /root/.vaults/newsreader && chmod 0600 /root/.vaults/newsreader
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
ansible-playbook deployment/playbook.yml
|
ansible-playbook deployment/playbook.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue