Skip to content

Commit

Permalink
Set the mount path for vip-config to ABSPATH/vip-config to match prod…
Browse files Browse the repository at this point in the history
…uction (#2124)
  • Loading branch information
rinatkhaziev authored Nov 26, 2024
1 parent d61e0c7 commit 93e36a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/dev-env.lando.template.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ tooling:
nocopy: true
- type: volume
source: clientcode_vipconfig
target: /wp/wp-content/vip-config
target: /wp/vip-config
volume:
nocopy: true
<% } else { %>
Expand All @@ -342,6 +342,6 @@ tooling:
- <%= appCode.dir %>/plugins:/wp/wp-content/plugins
- <%= appCode.dir %>/private:/wp/wp-content/private
- <%= appCode.dir %>/themes:/wp/wp-content/themes
- <%= appCode.dir %>/vip-config:/wp/wp-content/vip-config
- <%= appCode.dir %>/vip-config:/wp/vip-config
<% } %>
<% } %>
2 changes: 1 addition & 1 deletion src/lib/constants/dev-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ export const DEV_ENVIRONMENT_DEFAULTS = {
phpVersion: Object.keys( DEV_ENVIRONMENT_PHP_VERSIONS )[ 0 ],
} as const;

export const DEV_ENVIRONMENT_VERSION = '2.1.1';
export const DEV_ENVIRONMENT_VERSION = '2.1.2';

0 comments on commit 93e36a5

Please sign in to comment.