Fix FeedTask collecting reddit rules & update deploy job

This commit is contained in:
Sonny Bakker 2020-08-12 19:58:59 +02:00
parent 128284dca3
commit 52a71a3f4e
2 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@ deploy:
- echo "$DEPLOY_HOST_KEY" > /root/.ssh/known_hosts
- echo "$DEPLOY_KEY" > deployment/deploy_key && chmod 0600 deployment/deploy_key
- mkdir /root/.vaults
- echo "$VAULT_PASSWORD" > /root/.vaults/newsreader && chmod 0600 /root/.vaults/newsreader
- echo "$VAULT_PASSWORD" > /root/.vaults/newsreader
script:
- >
ansible-playbook deployment/playbook.yml