Skip to content

Commit

Permalink
Merge pull request #64 from internetarchive/main
Browse files Browse the repository at this point in the history
updated to simpler new std. IA CI/CD workflow
  • Loading branch information
digitaldogsbody authored Mar 8, 2024
2 parents 5015806 + d057a04 commit 6c20a3c
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
name: CICD
on: push
jobs:
cicd:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
# https://github.com/internetarchive/cicd
- uses: internetarchive/cicd@v1
with:
BASE_DOMAIN: 'ux-fnf-misc.archive.org'
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOMAD_VAR_CHECK_PATH: '/iiif/documentation'
NOMAD_VAR_CHECK_PROTOCOL: 'http'
NOMAD_ADDR: 'https://ux-fnf-misc.archive.org/'
NOMAD_VAR_COUNT_CANARIES: 0
# NOMAD_VAR_CHECK_TIMEOUT: '10m'
NOMAD_VAR_HOSTNAMES: '["iiif.ux-fnf-misc.archive.org"]'
NOMAD_VAR_PORTS: '{8080 = "http", 8182 = "cantaloupe"}'
NOMAD_VAR_FORCE_PULL: 'true'
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
secrets:
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
with:
BASE_DOMAIN: 'ux-fnf-misc.archive.org'
NOMAD_VAR_CHECK_PATH: '/iiif/documentation'
NOMAD_VAR_CHECK_PROTOCOL: 'http'
NOMAD_ADDR: 'https://ux-fnf-misc.archive.org/'
NOMAD_VAR_COUNT_CANARIES: 0
# NOMAD_VAR_CHECK_TIMEOUT: '10m'
NOMAD_VAR_HOSTNAMES: '["iiif.ux-fnf-misc.archive.org"]'
NOMAD_VAR_PORTS: '{8080 = "http", 8182 = "cantaloupe"}'
NOMAD_VAR_FORCE_PULL: 'true'

deploy:
environment:
name: development
Expand Down

0 comments on commit 6c20a3c

Please sign in to comment.