Skip to content

add 2nd name we can test now #5

add 2nd name we can test now

add 2nd name we can test now #5

Workflow file for this run

on: [push, workflow_dispatch]
jobs:
cicd:
# https://github.com/internetarchive/cicd
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
with:
NOMAD_VAR_PORTS: '{ 80 = "http" }'
NOMAD_VAR_HOSTNAMES: '["tracey","tracey.archive.org"]'
PLATFORMS: 'linux/amd64,linux/arm64'
secrets:
NOMAD_TOKEN_EXT: ${{ secrets.NOMAD_TOKEN_EXT }}