Skip to content

Commit

Permalink
[core-dev] Every preview env its own working area
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel authored and roboquat committed Aug 10, 2021
1 parent 3d313d2 commit f74fbca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .werft/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ export async function deployToDev(deploymentConfig: DeploymentConfig, workspaceF
let flags = ""
flags += ` --namespace ${namespace}`;
flags += ` --set components.imageBuilder.hostDindData=/mnt/disks/ssd0/docker-${namespace}`;
flags += ` --set components.wsDaemon.hostWorkspaceArea=/mnt/disks/ssd0/workspaces-${namespace}`;
flags += ` --set version=${version}`;
flags += ` --set hostname=${domain}`;
flags += ` --set devBranch=${destname}`;
Expand Down

0 comments on commit f74fbca

Please sign in to comment.