-
Notifications
You must be signed in to change notification settings - Fork 2
DigitalOcean Droplet Support
Arturo Busleiman aka Buanzo edited this page Jun 29, 2020
·
1 revision
If you run DigitalOcean's WONDERFUL droplets, you surely know you can tag them. For instance, all of my wordpress instances are tagged wordpress AND apache2.
So, I can run this variant of wpupdater, to make sure it only runs on droplets tagged as indicated:
sudo -u www-data wpupdater -t wordpress,apache2 --full /etc/apache2/sites-enabled/*.conf
Done.
:)