From 6c188e2b4cc353f4e5b418ea7c091ae3cacf4a41 Mon Sep 17 00:00:00 2001 From: MajoBerger <88670521+MajoBerger@users.noreply.github.com> Date: Thu, 22 Feb 2024 06:31:14 +0100 Subject: [PATCH] add information about modified entrypoint (#520) * add information about modified entrypoint * accept jm's suggestion Co-authored-by: Jozef Misutka <332350+vidiecan@users.noreply.github.com> --------- Co-authored-by: Jozef Misutka <332350+vidiecan@users.noreply.github.com> --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96b301efc5d..d0fcd4efb1c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,6 +50,10 @@ jobs: timeout-minutes: 120 env: INSTANCE: '8' + # 2024/02: this .env replaces ENTRYPOINT to angular + # !!!!WARNING!!!! + # disable TSL checks = allowing to cooperate with https backend with invalid + # certificate ENVFILE: /opt/dspace-envs/.env.dspace.imported.dev-5 steps: - uses: actions/checkout@v4