Skip to content
Snippets Groups Projects
Commit 2975b92e authored by jurgenhaas's avatar jurgenhaas
Browse files
- fix projectname
parent 27a48719
No related branches found
Tags v3.6.3
No related merge requests found
......@@ -226,7 +226,7 @@ class Handler extends BaseHandler {
'projectrootdb' => $root . '/db',
'projectrootfiles' => $root . '/files',
'projectrootredis' => $root . '/redis',
'projectname' => getenv('PROJECT_NAME') . '-' . getenv('CI_COMMIT_REF_SLUG'),
'projectname' => getenv('PROJECT_NAME') . '_' . getenv('CI_COMMIT_REF_SLUG'),
'projectdomain' => $config->readValue('domain'),
'projectprotocol' => 'https',
'projectport' => '',
......
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