Add Drupal Bristol
This commit is contained in:
parent
887937aa56
commit
ecb1cdf2f1
|
@ -1,11 +1,14 @@
|
||||||
---
|
---
|
||||||
title: Deploying PHP applications with Ansible, Ansible Vault and Ansistrano
|
title: Deploying PHP applications with Ansible, Ansible Vault and Ansistrano
|
||||||
events: []
|
|
||||||
speakerdeck:
|
speakerdeck:
|
||||||
id: ~
|
id: ~
|
||||||
ratio: ~
|
ratio: ~
|
||||||
url: ~
|
url: ~
|
||||||
tags: [meetup, php, ansible, ansistrano]
|
tags: [meetup, php, ansible, ansistrano]
|
||||||
|
events:
|
||||||
|
-
|
||||||
|
event: drupal_bristol
|
||||||
|
date: 2019-01-23
|
||||||
---
|
---
|
||||||
Great! You’ve 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.
|
Great! You’ve 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.
|
||||||
|
|
||||||
|
|
Reference in a new issue