We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acf085 commit 12e875dCopy full SHA for 12e875d
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
./start.sh dspace-$INSTANCE
73
cd ../..
74
- docker compose --env-file $ENVFILE -p dspace-$INSTANCE -f docker/docker-compose.yml -f docker/docker-compose-rest.yml -f $CONFIG_PATH/docker-compose-rest.yml -f $CONFIG_PATH/docker-compose.yml up -d --no-build --remove-orphans
+ docker compose --env-file $ENVFILE -p dspace-$INSTANCE -f $CONFIG_PATH/docker-compose-rest.yml -f $CONFIG_PATH/docker-compose.yml up -d --no-build --remove-orphans
75
76
playwright-after-deploy3:
77
needs: deploy-3
0 commit comments