diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0cbd0a85770..980cef5055e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,7 @@ on: - '*' - '5' - '8' + - '2' IMPORT: required: true default: true @@ -30,7 +31,7 @@ on: jobs: deploy: - if: github.event.inputs.INSTANCE == '*' || github.event.inputs.INSTANCE == '5' + if: github.event.inputs.INSTANCE == '*' || github.event.inputs.INSTANCE == '5' || github.event.inputs.INSTANCE == '2' runs-on: dspace-dep-1 timeout-minutes: 5 steps: @@ -42,7 +43,7 @@ jobs: pwd touch .env.dev-5 || true - echo INSTANCE=5 >> .env.dev-5 + echo INSTANCE=2 >> .env.dev-5 echo DSPACE_HOST=dev-5.pc >> .env.dev-5 echo DSPACE_VER=dspace-7_x >> .env.dev-5 echo DSPACE_SSL=false >> .env.dev-5