diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a36c8f7..1064dea 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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: @@ -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 \ No newline at end of file + run: echo BRANCH_NAME=`git rev-parse --abbrev-ref HEAD` >> $GITHUB_ENV