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

#59 Create CAE directory and make www-data the owner at the end of deployment

parent 7e36874a
No related branches found
No related tags found
No related merge requests found
......@@ -634,6 +634,8 @@ Debug:
- if [[ "$INITIAL" == "no" ]]; then drush -y sset system.maintenance_mode 0; fi
- if [[ "$INITIAL" == "no" ]]; then drush -y cache-rebuild; fi
- if [[ "$INITIAL" == "yes" ]]; then sleep 10; ${INITIAL_SETUP_COMMAND}; fi
- docker compose exec -u root php mkdir -p /data/default/public/cae
- docker compose exec -u root php chown -R www-data:www-data /data/default/public/cae
- if [[ -d ./crontabs ]]; then docker compose restart cron || true; fi
rules:
- if: '$DISABLE_DEPLOYMENT != "0"'
......
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