Skip to content

Commit

Permalink
Setting cantaloupe port.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Keizer committed Oct 26, 2023
1 parent 58c29d1 commit 7e27d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
NOMAD_VAR_COUNT_CANARIES: 0
# NOMAD_VAR_CHECK_TIMEOUT: '10m'
NOMAD_VAR_HOSTNAMES: '["iiif.ux-fnf-misc.archive.org"]'
NOMAD_VAR_PORTS: '{8080 = "http"}'
NOMAD_VAR_PORTS: '{8080 = "http", 8182 = "cantaloupe"}'
NOMAD_VAR_FORCE_PULL: 'true'
deploy:
environment:
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Checkout # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
uses: actions/checkout@v2
- name: Export BRANCH_NAME # store branch name in $BRANCH_NAME
run: echo BRANCH_NAME=`git rev-parse --abbrev-ref HEAD` >> $GITHUB_ENV
run: echo BRANCH_NAME=`git rev-parse --abbrev-ref HEAD` >> $GITHUB_ENV

0 comments on commit 7e27d56

Please sign in to comment.