Skip to content

Commit 3df71bc

Browse files
ci(deploy): correct BZK ZAD project-id to amtbz-2m9 (#757)
2 parents 7cba687 + c2d156f commit 3df71bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
component: ${{ steps.zad_config.outputs.component }}
6969
image: ghcr.io/minbzk/amt:${{ inputs.image_tag }}@${{ steps.get_package_hash.outputs.container_id }}
7070

71-
- name: Deploy to ZAD (amt-bzk-prd)
71+
- name: Deploy to ZAD (amtbz-2m9)
7272
if: ${{ inputs.environment == 'production' }}
7373
uses: RijksICTGilde/zad-actions/deploy@v4
7474
with:
7575
api-key: ${{ secrets.ZAD_API_KEY_BZK_PRD }}
76-
project-id: amt-bzk-prd
76+
project-id: amtbz-2m9
7777
deployment-name: productie
7878
component: component-1
7979
image: ghcr.io/minbzk/amt:${{ inputs.image_tag }}@${{ steps.get_package_hash.outputs.container_id }}

0 commit comments

Comments
 (0)