* Using ansible-playbook instead of ansible

This commit is contained in:
shockrah 2022-07-01 14:57:51 -07:00
parent a04671db12
commit 31e9b106bf

View File

@ -67,7 +67,7 @@ deploy-shockrah.xyz:
- ssh-keyscan "$HOST" 2>&1 >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- ansible -i $INVENTORY scripts/deploy-blog.yml
- ansible-playbook -i $INVENTORY scripts/deploy-blog.yml
# Deploy to neocities via their curl api