Specific event URLs override global URLs

This commit is contained in:
Oliver Davies 2020-01-28 22:34:11 +00:00
parent fe67b623b8
commit e43bfb30d2
3 changed files with 11 additions and 3 deletions

View file

@ -16,11 +16,13 @@ events:
date: 2019-07-23
- event: drupalcon_eu_19
date: 2019-10-30
- event: bristol_devops
date: 2020-01-30
url: https://www.meetup.com/Bristol-Cloud-Native-DevOps/events/266609627
- event: drupal_edinburgh
date: 2020-03-12
online: true
- event: bristol_devops
date: 2020-01-30
url: https://www.meetup.com/Drupal-Edinburgh/events/267905594
---
Great! 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.