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

gitlab-ci-cd/drupal#73 Change project name to prefix drupal_ for deployed...

gitlab-ci-cd/drupal#73 Change project name to prefix drupal_ for deployed sites, so that they are different from pipeline project names
parent aa4ac987
No related branches found
No related tags found
1 merge request!98Merging develop into main
Pipeline #1193305 passed with warnings
......@@ -385,7 +385,7 @@ class Handler extends BaseHandler {
'projectrootfiles' => $root . '/files',
'projectrootredis' => $root . '/redis',
'projectrootinvoiceninja' => $root . '/in',
'projectname' => getenv('PROJECT_NAME') . '_' . getenv('CI_COMMIT_REF_SLUG'),
'projectname' => 'drupal_' . getenv('PROJECT_NAME') . '_' . getenv('CI_COMMIT_REF_SLUG'),
'projectdomain' => str_replace('_', '-', $this->config->readValue('domain') ?? ''),
'projectprotocol' => 'https',
'projectport' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment