new nom-hello-world admin helpful alias. nom-url no longer supports 3… #74
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: '["nomad.archive.org"]' | |
| NOMAD_VAR_MEMORY: 100 | |
| NOMAD_VAR_CHECK_PROTOCOL: 'tcp' | |
| BASE_DOMAIN: ux-b.archive.org | |
| secrets: | |
| NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} |