Last Wishes uses as an deployment example Ansistrano.
Current configuration is a deployment:
- Using
rsync
- Deploying to
/var/www/lastwishes
folder - Deploying to a server called
quepimquepam.com
usingroot
user
ansible-playbook -i hosts deploy.yml
ansible-playbook -i hosts rollback.yml