Skip to content

Commit

Permalink
fix(bump): new deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Feb 7, 2024
1 parent 3e7d7c1 commit d51bc74
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -885,13 +885,13 @@ jobs:
strategy:
matrix:
services: [
'parcelapi',
'parcelbackofficeapi',
'parcelconsumeraddress',
'parcelproducer',
'parcelproducersnapshotoslo',
'parcelprojections',
'parcelprojectionsbackoffice'
'parcel-api',
'parcel-backoffice-api',
'parcel-consumer-address',
'parcel-producer',
'parcel-producer-snapshot-oslo',
'parcel-projections-',
'parcel-projections-backoffice'
]
steps:
- name: Deploy services
Expand All @@ -906,9 +906,10 @@ jobs:
deploy-url: $BUILD_URL
access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}
secret-key: ${{ secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS }}
region: eu-west-1
deploy-target: 'agb_ecs_service'
interval: 2
domain: 'basisregisters'
project: 'basisregisters'

- name: Deploy services output
shell: bash
Expand All @@ -925,8 +926,8 @@ jobs:
strategy:
matrix:
services: [
'parcelimportergrb',
'parcelsnapshotverifier'
'parcel-importer-grb',
'parcel-snapshot-verifier'
]

steps:
Expand All @@ -942,9 +943,10 @@ jobs:
deploy-url: $BUILD_URL
access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}
secret-key: ${{ secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS }}
region: eu-west-1
deploy-target: 'ecs_scheduled_task'
interval: 2
domain: 'basisregisters'
project: 'basisregisters'

- name: Deploy tasks output
shell: bash
Expand Down

0 comments on commit d51bc74

Please sign in to comment.