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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !74
parents b703495e 29972668
No related branches found
No related tags found
1 merge request!74Merging develop into main
Pipeline #996146 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