We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9e6b9 commit 28430e4Copy full SHA for 28430e4
.github/workflows/cicd.yml
@@ -6,7 +6,7 @@ jobs:
6
NOMAD_VAR_PORTS: '{ 80 = "http" }'
7
NO_TEST: true
8
NOMAD_VAR_COUNT: 2
9
- BASE_DOMAIN: 'ux-b.archive.org'
10
- NOMAD_VAR_HOSTNAMES='["emularity-bios"]'
+ BASE_DOMAIN: ux-b.archive.org
+ NOMAD_VAR_HOSTNAMES: '["emularity-bios"]'
11
secrets:
12
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
0 commit comments