Skip to content

Commit

Permalink
# This is a combination of 7 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

Fix sonar badge

# This is the commit message #2:

Add deployment

# This is the commit message #3:

Add concurrency check

# This is the commit message #4:

Fix CI/CD deployment

# This is the commit message #5:

Add hash to build

# This is the commit message #6:

Inject version into template

# This is the commit message #7:

Fix typo in deployment
  • Loading branch information
uittenbroekrobbert committed Jul 3, 2024
1 parent dc07b45 commit ac97cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
sed -i 's/newTag: .*$/newTag: ${{inputs.image_tag || 'main' }}@${{ steps.get_package_hash.outputs.container_id }}/g' apps/tad/overlays/${{ steps.get_deploy_env.outputs.env }}/kustomization.yaml
sed -i 's/commithash: .*$/commithash: ${{ steps.get_commit_hash.outputs.commit_hash }}/g' apps/tad/overlays/${{ steps.get_deploy_env.outputs.env }}/kustomization.yaml
sed -i 's|minbzk.github.io/version: .*$|minbzk.github.io/version: ${{ inputs.image_tag || 'main' }} }|g' apps/tad/overlays/${{ steps.get_deploy_env.outputs.env }}/kustomization.yaml
sed -i 's|minbzk.github.io/version: .*$|minbzk.github.io/version: ${{ inputs.image_tag || 'main' }}|g' apps/tad/overlays/${{ steps.get_deploy_env.outputs.env }}/kustomization.yaml
git add apps/tad/overlays/${{ steps.get_deploy_env.outputs.env }}/kustomization.yaml
- name: show changes
Expand Down
3 changes: 2 additions & 1 deletion tad/site/templates/default_layout.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
<div class="header_logo_container">
<img class="header_logo_image" src="/static/images/logo.svg"/>
<div class="header_subtitle_container">
<span>Transparency of Algorithmic Decision making (TAD)</span>
<span>Transparency of Algorithmic Decision making ({{ version }})</span>
</div>
</div>
</div>
<nav class="header_nav">

</nav>
</header>
<div class="container" hx-ext="response-targets">
Expand Down

0 comments on commit ac97cc5

Please sign in to comment.