Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 439 Bytes

DEPLOYMENT.md

File metadata and controls

17 lines (10 loc) · 439 Bytes

Last Wishes - DDD Sample Application

Deployment with Ansistrano

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 using root user

Try it on your server

ansible-playbook -i hosts deploy.yml

ansible-playbook -i hosts rollback.yml