ci: deploy to container workflow - add test/data folder contents
This commit is contained in:
parent
e290d9e499
commit
1d6f2002ad
|
@ -61,6 +61,7 @@ async function main () {
|
|||
await fs.outputFile(settingsPath, cfgRaw.replace('__DBHOST__', `dt-db-${branch}`).replace('__SECRETKEY__', nanoid(36)))
|
||||
await fs.copy(path.join(basePath, 'docker/scripts/app-create-dirs.sh'), path.join(releasePath, 'app-create-dirs.sh'))
|
||||
await fs.copy(path.join(basePath, 'dev/deploy-to-container/start.sh'), path.join(releasePath, 'start.sh'))
|
||||
await fs.copy(path.join(basePath, 'test/data'), path.join(releasePath, 'test/data'))
|
||||
console.info('Updated configuration files.')
|
||||
|
||||
// Pull latest DB image
|
||||
|
|
Loading…
Reference in a new issue