Skip to content

Commit

Permalink
add 2nd name we can test now
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh authored Nov 3, 2024
1 parent e95da5f commit a8135c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
with:
NOMAD_VAR_PORTS: '{ 80 = "http" }'
NOMAD_VAR_HOSTNAMES: '["wordsmith.archive.org"]'
NOMAD_VAR_HOSTNAMES: '["wordsmith","wordsmith.archive.org"]'
PLATFORMS: 'linux/amd64,linux/arm64'
secrets:
NOMAD_TOKEN_EXT: ${{ secrets.NOMAD_TOKEN_EXT }}

0 comments on commit a8135c9

Please sign in to comment.