Skip to content

Commit

Permalink
Deploy customer/uk on dev-5:82
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Nov 9, 2023
1 parent e0a5252 commit 48b5e65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ on:
- '*'
- '5'
- '8'
- '2'
IMPORT:
required: true
default: true
type: boolean

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:
Expand All @@ -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
Expand Down

0 comments on commit 48b5e65

Please sign in to comment.