Skip to content

Commit

Permalink
fix: update access key and secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Apr 3, 2024
1 parent 7ad0360 commit e917c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-new-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,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_DEVOPS }}
secret-key: ${{ secrets.VBR_AWS_BUILD_USER_SECRET_ACCESS_KEY_DEVOPS }}
access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}
secret-key: ${{ secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS }}
region: eu-west-1
interval: 2
deploy-target: 'agb_ecs_service'
Expand Down
1 change: 1 addition & 0 deletions OrganisationRegistry.sln
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ ProjectSection(SolutionItems) = preProject
.github\workflows\build-image.yml = .github\workflows\build-image.yml
.github\workflows\build-site-image.yml = .github\workflows\build-site-image.yml
.github\workflows\build-nightly.yml = .github\workflows\build-nightly.yml
.github\workflows\production-new-manual.yml = .github\workflows\production-new-manual.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrganisationRegistry.Rebuilder", "src\OrganisationRegistry.Rebuilder\OrganisationRegistry.Rebuilder.csproj", "{9AAC8AB4-6540-4513-8DC4-597C2E54CAF0}"
Expand Down

0 comments on commit e917c76

Please sign in to comment.