LAW-3116 Setup new DEMO environment

This commit is contained in:
g
2020-01-29 12:27:00 +03:00
parent 127322e526
commit 27b15089bc
4 changed files with 37 additions and 1 deletions

View File

@@ -14,6 +14,11 @@
<replace dir="../environments" token="@lcWpMySqlUsernameDev@" value="${lcWpMySqlUsernameDev}"/>
<replace dir="../environments" token="@lcWpMySqlPasswordDev@" value="${lcWpMySqlPasswordDev}"/>
<replace dir="../environments" token="@lcWpMySqlHostDemo@" value="${lcWpMySqlHostDemo}"/>
<replace dir="../environments" token="@lcWpMySqlDbnameDemo@" value="${lcWpMySqlDbnameDemo}"/>
<replace dir="../environments" token="@lcWpMySqlUsernameDemo@" value="${lcWpMySqlUsernameDemo}"/>
<replace dir="../environments" token="@lcWpMySqlPasswordDemo@" value="${lcWpMySqlPasswordDemo}"/>
<property name="replace.done" value="true"/>
</target>
@@ -28,7 +33,6 @@
<tarfileset dir="${basedir}/..">
<include name="*/**" />
<exclude name="build/**" />
<exclude name="vendor/**" />
</tarfileset>
</tar>
</target>