* Using ansible-playbook instead of ansible
This commit is contained in:
parent
a04671db12
commit
31e9b106bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user