File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ ACTION_PATH=$1
22cd $ACTION_PATH
33
44echo " Replacing variables for Structr and Neo4j docker configuration"
5- echo Neo4j version: $NEO4j_VERSION
6- echo Structr version: $STRUCTR_VERSION
7- echo Structr license: $STRUCTR_LICENSE
8- echo Structr webapp path: $STRUCTR_WEBAPP_PATH
95
106sed -i " s|NEO4j_VERSION|$NEO4j_VERSION |g" docker-compose.yml &&
117sed -i " s|STRUCTR_LICENSE|$STRUCTR_LICENSE |g" docker-compose.yml &&
@@ -16,6 +12,4 @@ if [ -z ${STRUCTR_CONF_FILE:-"./structr.conf"} ]; then
1612 touch ./structr.conf
1713fi
1814
19- echo Structr conf file path: $STRUCTR_CONF_FILE
20- sed -i " s|STRUCTR_CONF_FILE|$STRUCTR_CONF_FILE |g" docker-compose.yml
21- cat docker-compose.yml
15+ sed -i " s|STRUCTR_CONF_FILE|$STRUCTR_CONF_FILE |g" docker-compose.yml
Original file line number Diff line number Diff line change 11application.schema.automigration = true
2- application.title = Deployaction on GitHub
2+ application.title = Deployaction on GitHub
You can’t perform that action at this time.
0 commit comments