From 9006b5b9ef7f083ea09a1aedafd3a27d5b357575 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Sat, 17 Feb 2024 11:17:17 -0800 Subject: [PATCH] deploy port mapping fix --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2d673a1..1f57e72 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,3 +4,4 @@ jobs: uses: internetarchive/cicd/.github/workflows/cicd.yml@main secrets: NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} + NOMAD_VAR_PORTS: '{ 80 = "http" }'