Skip to content

Commit

Permalink
fix(bump): ci new deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Feb 6, 2024
1 parent 0302688 commit d589641
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
services: ['postalapi', 'postalimportapi', 'postalprojections', 'postalproducer', 'postalproducersnapshotoslo']
services: ['postal-api', 'postal-import-api', 'postal-projections', 'postal-producer', 'postal-producer-snapshot-oslo']

steps:
- name: Deploy services
Expand All @@ -647,10 +647,11 @@ jobs:
status-url: $STATUS_URL
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
secret-key: ${{ secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS }}
deploy-target: 'agb_ecs_service'
interval: 2
domain: 'basisregisters'
project: 'basisregisters'

- name: Deploy services output
shell: bash
Expand Down

0 comments on commit d589641

Please sign in to comment.