Skip to content

Commit

Permalink
fix: incorrect workflow for new staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Jul 25, 2024
1 parent c2dfd53 commit c35828c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging--new-manual.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manual Staging
name: Manual Staging NEW

on:
workflow_dispatch:
Expand Down Expand Up @@ -35,8 +35,8 @@ jobs:
version: ${{ github.event.inputs.version }}
status-url: $STATUS_URL
deploy-url: $BUILD_URL
access-key: ${{ secrets.VBR_AWS_BUILD_USER_ACCESS_KEY_ID }}
secret-key: ${{ secrets.VBR_AWS_BUILD_USER_SECRET_ACCESS_KEY }}
access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}
secret-key: ${{ secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS }}
interval: 2
deploy-target: 'agb_ecs_service'
domain: 'basisregisters'
Expand Down

0 comments on commit c35828c

Please sign in to comment.