Skip to content

Commit

Permalink
Mount vip-config directly in wp
Browse files Browse the repository at this point in the history
  • Loading branch information
pschoffer committed Jul 25, 2023
1 parent b576186 commit f30444c
Showing 1 changed file with 2 additions and 2 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 @@ -306,7 +306,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 @@ -316,6 +316,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
<% } %>
<% } %>

0 comments on commit f30444c

Please sign in to comment.