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
No related tags found
1 merge request!74Merging develop into main
Pipeline #996144 passed
...@@ -34,7 +34,9 @@ commands: ...@@ -34,7 +34,9 @@ commands:
usage: Open shell in the PHP container usage: Open shell in the PHP container
update: update:
cmd: | cmd: |
if [ -f settings/default/settings.php ]; then chmod +w settings/default/settings.php; fi
composer lakedrops:docker4drupal composer lakedrops:docker4drupal
if [ -f settings/default/settings.php ]; then chmod 444 settings/default/settings.php; fi
echo "Pulling image updates..." echo "Pulling image updates..."
docker compose pull --quiet docker compose pull --quiet
ahoy d4d up 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