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

Merge branch 'master' of gitlab.lakedrops.com:composer/plugin/docker4drupal

# Conflicts:
#	src/Handler.php
parents 8d9a1726 d586323c
No related branches found
Tags v3.7.33
No related merge requests found
Deploy:
script:
- curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_TOKEN}" -d'{"repository":{"url":"'${CI_PROJECT_URL}'"}}'
only:
- tags
- triggers
- schedules
......@@ -198,6 +198,8 @@ class Handler {
// Set permissions, see https://wodby.com/stacks/drupal/docs/local/permissions
exec('setfacl -dR -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX' . $projectRoot . ' >/dev/null 2>&1');
exec('setfacl -R -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX' . $projectRoot . ' >/dev/null 2>&1');
exec('setfacl -dR -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX ' . $projectRoot);
exec('setfacl -R -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX ' . $projectRoot);
}
/**
......
......@@ -10,14 +10,10 @@ command:
options:
mode: 'rlDzq'
sql:
sync:
options:
structure-tables-key: 'common'
skip-tables: 'common'
dump:
options:
structure-tables-key: 'common'
skip-tables: 'common'
skip-tables-key: 'common'
sql:
structure-tables:
common:
......
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