Skip to content

Commit

Permalink
updated to simpler new std. IA CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 18, 2024
1 parent 6e04d44 commit d057a04
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 d057a04

Please sign in to comment.