Skip to content
Snippets Groups Projects
Commit 29972668 authored by jurgenhaas's avatar jurgenhaas
Browse files

#63 Ensure settings.php is writable for "a d4d update"

parent 41a2d8b6
No related branches found
Tags v3.7.45
1 merge request!74Merging develop into main
Pipeline #996144 passed
......@@ -34,7 +34,9 @@ commands:
usage: Open shell in the PHP container
update:
cmd: |
if [ -f settings/default/settings.php ]; then chmod +w settings/default/settings.php; fi
composer lakedrops:docker4drupal
if [ -f settings/default/settings.php ]; then chmod 444 settings/default/settings.php; fi
echo "Pulling image updates..."
docker compose pull --quiet
ahoy d4d up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment