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

ansible/playbooks/general#115 Replace underscore with hyphen for...

ansible/playbooks/general#115 Replace underscore with hyphen for LAKEDROPS_BUILD_NG as the underscore is not allowed in subdomain names
parent 7e81f74b
No related branches found
No related tags found
1 merge request!70Merging develop into main
Pipeline #922015 passed
......@@ -340,7 +340,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' => $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