This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/deploying-php-ansible-ansistrano.md
2019-01-09 16:24:52 +00:00

1.5 KiB
Raw Blame History

title events speakerdeck tags
Deploying PHP applications with Ansible, Ansible Vault and Ansistrano
event date joindin
php_south_wales 2019-01-29 ~
id ratio url
~ ~ ~
meetup
php
ansible
ansistrano

Youve built your website, and now you just need to deploy it. There are various ways that this could be done - from (S)FTP, to SCP and rsync, to running commands like git pull and composer install directly on the server which is not ideal.

As well using it to provisioning and maintain your server configuration and run remote commands, you can also use Ansible to deploy your PHP application, leveraging relevant Ansible modules such as Git and Composer, Ansible Vault for managing secrets, and features such as idempotency out of the box to build a simple deployment playbook. We can then extend that and make it more robust by adding Ansistrano, a Capistrano port for Ansible, which adds extra features such as storing multiple builds for each project and the ability to switch between them, customising your build steps using built-in hooks, multi-stage environments and more.

I've been using Ansible and Ansistrano to deploy a variety of PHP projects - including Drupal 7 & 8, Symfony, Laravel and Sculpin, as well as basic HTML websites, and found it to be very flexible and easy to install and use, and by the end of this talk we will have a fully working deployment playbook, deploying real code onto a real server.