From 8cf087269b18bf56bab5de47c0ec66f6f73cdbf3 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Sat, 17 Feb 2024 11:18:06 -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 1f57e72..a4a763b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,4 +4,5 @@ jobs: uses: internetarchive/cicd/.github/workflows/cicd.yml@main secrets: NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} + with: NOMAD_VAR_PORTS: '{ 80 = "http" }'