copy in of files from emularity_engine_v1 archive.org item #5
This file contains 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
name: CICD | |
on: push | |
jobs: | |
cicd: | |
runs-on: ubuntu-latest | |
permissions: { contents: read, packages: write, id-token: write } | |
steps: | |
- uses: internetarchive/cicd@v1 | |
with: | |
BASE_DOMAIN: 'dev.archive.org' | |
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} | |
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
NOMAD_VAR_HOSTNAMES: '["emularity-engine"]' | |
NOMAD_VAR_COUNT: 1 | |
NOMAD_VAR_PORTS: '{ 80 = "http" }' |