Skip to content

Commit

Permalink
use new CI/CD reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 17, 2024
1 parent f2671a1 commit 574fa46
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
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: '["jpg241.dev.archive.org","jpg241.archive.org"]'
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
secrets:
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
with:
NOMAD_VAR_HOSTNAMES: '["jpg241.dev.archive.org","jpg241.archive.org"]'

0 comments on commit 574fa46

Please sign in to comment.