Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 7, 2024
1 parent e19acee commit bba28e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CICD
on: push
jobs:
cicd:
# this is a nice variante for HUGE repos
runs-on: ubuntu-latest
steps:
# this is like https://github.com/internetarchive/build/blob/main/action.yml
Expand Down Expand Up @@ -64,6 +65,5 @@ jobs:
BASE_DOMAIN: 'dev.archive.org'
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOMAD_VAR_HOSTNAMES: '["testy"]'
NOMAD_VAR_COUNT: 1
NOMAD_VAR_PORTS: '{ 80 = "http" }'

0 comments on commit bba28e7

Please sign in to comment.