Our wordpress podman-compose setup.
 
 
 
Go to file
missytake e7a7aaeb37 added pyinfra method to deploy wordpress 2024-03-10 22:41:32 +01:00
.env update scripts 2023-12-07 21:55:15 +00:00
.gitignore added pyinfra method to deploy wordpress 2024-03-10 22:41:32 +01:00
README.md command to update all wordpress apps at once 2023-12-07 21:55:15 +00:00
backup.sh update scripts 2023-12-07 21:55:15 +00:00
podman.service.j2 added pyinfra method to deploy wordpress 2024-03-10 22:41:32 +01:00
pyinfra.py added pyinfra method to deploy wordpress 2024-03-10 22:41:32 +01:00
pyproject.toml added pyinfra method to deploy wordpress 2024-03-10 22:41:32 +01:00
run-wordpress.sh update scripts 2023-12-07 21:55:15 +00:00
update-app.sh run update-app script with podman unshare 2023-12-07 21:55:15 +00:00
uploads.ini initial commit 2023-12-07 21:55:15 +00:00

README.md

Update apps

You can use the update-app.sh script to update an app, e.g. like this:

./update-app.sh akismet

To update all apps at once, use this command:

find ../wp-content/plugins/ -maxdepth 1 -type d | xargs -L1 basename | xargs -L1 ./update-app.sh