docs(talks): mark talks as online

This commit is contained in:
Oliver Davies 2022-10-15 15:43:06 +01:00
parent ad3c9171f7
commit d2244d084c
2 changed files with 13 additions and 13 deletions

View file

@ -22,19 +22,19 @@ events:
date: "2021-08-19" date: "2021-08-19"
location: Leeds, UK location: Leeds, UK
url: https://www.meetup.com/DrupalYorkshire/events/280100968 url: https://www.meetup.com/DrupalYorkshire/events/280100968
is_online: true online: true
- name: PHP North West (PHPNW) - name: PHP North West (PHPNW)
date: "2021-09-07" date: "2021-09-07"
location: Manchester, UK location: Manchester, UK
url: https://www.phpnw.org.uk url: https://www.phpnw.org.uk
is_online: true online: true
- name: GroningenPHP - name: GroningenPHP
date: "2021-12-09" date: "2021-12-09"
location: Groningen, Netherlands location: Groningen, Netherlands
url: https://www.meetup.com/GroningenPHP/events/281648855 url: https://www.meetup.com/GroningenPHP/events/281648855
is_online: true online: true
--- ---
[Sculpin][0] is a static site generator written in PHP. It converts Markdown [Sculpin][0] is a static site generator written in PHP. It converts Markdown

View file

@ -35,61 +35,61 @@ events:
date: "2020-03-12" date: "2020-03-12"
location: Edinburgh, UK location: Edinburgh, UK
url: https://www.meetup.com/Drupal-Edinburgh/events/267905594 url: https://www.meetup.com/Drupal-Edinburgh/events/267905594
is_online: true online: true
- name: CMS Philly - name: CMS Philly
date: "2020-05-01" date: "2020-05-01"
location: Philadelphia, USA location: Philadelphia, USA
url: https://cmsphilly.org url: https://cmsphilly.org
is_online: true online: true
- name: Drupal Yorkshire - name: Drupal Yorkshire
date: "2020-05-21" date: "2020-05-21"
location: Leeds, UK location: Leeds, UK
url: https://www.meetup.com/DrupalYorkshire/events/zwzsfpybchbcc url: https://www.meetup.com/DrupalYorkshire/events/zwzsfpybchbcc
is_online: true online: true
- name: PHP London - name: PHP London
date: "2020-06-04" date: "2020-06-04"
location: London, UK location: London, UK
url: https://www.meetup.com/phplondon/events/270930524 url: https://www.meetup.com/phplondon/events/270930524
is_online: true online: true
- name: PHP North East - name: PHP North East
date: "2020-06-16" date: "2020-06-16"
location: Newcastle Upon Tyne, UK location: Newcastle Upon Tyne, UK
url: https://www.meetup.com/phpnortheast url: https://www.meetup.com/phpnortheast
is_online: true online: true
- name: PHP Sussex - name: PHP Sussex
date: "2020-07-01" date: "2020-07-01"
location: Brighton, UK location: Brighton, UK
url: https://www.meetup.com/PHP-Sussex/events/271472628 url: https://www.meetup.com/PHP-Sussex/events/271472628
is_online: true online: true
- name: Midwest PHP - name: Midwest PHP
date: "2021-04-23" date: "2021-04-23"
location: ~ location: ~
url: https://midwestphp.org/talks/1q5XUF2tTdXXLYOoujMkpF/Deploying_PHP_applications_with_Ansible_Ansible_Vault_and_Ansistrano url: https://midwestphp.org/talks/1q5XUF2tTdXXLYOoujMkpF/Deploying_PHP_applications_with_Ansible_Ansible_Vault_and_Ansistrano
is_online: true online: true
- name: PHP Oxford - name: PHP Oxford
date: "2021-04-28" date: "2021-04-28"
location: Oxford, UK location: Oxford, UK
url: https://www.meetup.com/PHP-Oxford/events/qmbkfsyccgblc url: https://www.meetup.com/PHP-Oxford/events/qmbkfsyccgblc
is_online: true online: true
- name: Ansible London - name: Ansible London
date: "2021-05-25" date: "2021-05-25"
location: London, UK location: London, UK
url: https://www.meetup.com/Ansible-London/events/278093392 url: https://www.meetup.com/Ansible-London/events/278093392
is_online: true online: true
- name: DrupalNYC - name: DrupalNYC
date: "2021-06-15" date: "2021-06-15"
location: New York, USA location: New York, USA
url: https://ti.to/drupalnyc/lunch-learn-2021-06-15 url: https://ti.to/drupalnyc/lunch-learn-2021-06-15
is_online: true online: true
--- ---
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. 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.