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

#68 Add support for invoice ninja

parent 43e2bdc9
No related branches found
No related tags found
1 merge request!82Merging develop into main
Pipeline #1157596 passed
......@@ -518,8 +518,10 @@ class Handler extends BaseHandler {
// Ignore some Unlighthouse directories.
$this->gitIgnore('tests/unlighthouse');
// Ignore Invoice Ninja directory.
$this->gitIgnore('/in/');
if ($this->config->readValue(['invoiceninja', 'enable'])) {
// Ignore Invoice Ninja directory.
$this->gitIgnore('/in/');
}
if (getenv('LAKEDROPS_BUILD_NG') !== 'yes') {
$this->updateTraefik();
......@@ -640,14 +642,8 @@ class Handler extends BaseHandler {
'mailpitout.yml' => [
'dest' => $projectRoot . '/tests',
],
'hosts' => [
'source' => 'in/',
'dest' => $projectRoot . '/in',
'condition' => $this->config->readValue(['invoiceninja', 'enable']),
],
'in-vhost.conf' => [
'source' => 'in/',
'dest' => $projectRoot . '/in',
'dest' => $projectRoot . '/config',
'condition' => $this->config->readValue(['invoiceninja', 'enable']),
],
];
......
File moved
192.168.0.124 in5.test
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