-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into scala-steward-dependencies
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
environment: intg | ||
steps: | ||
- uses: sbt/setup-sbt@v1 | ||
- uses: actions/checkout@v3 | ||
- uses: actions-ecosystem/[email protected] | ||
id: get-latest-tag | ||
|
@@ -35,7 +36,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.WORKFLOW_PAT }} | ||
run: | | ||
aws s3 cp target/scala-2.13/keycloak-user-management.jar s3://tdr-backend-code-mgmt/${{ steps.bump-semver.outputs.new_version }}/keycloak-user-management.jar | ||
aws s3 cp target/scala-2.13/keycloak-user-management.jar s3://tdr-backend-code-mgmt/keycloak-user-management/${{ steps.bump-semver.outputs.new_version }}/keycloak-user-management.jar | ||
gh release create ${{ steps.bump-semver.outputs.new_version }} target/scala-2.13/keycloak-user-management.jar | ||
- name: Deploy to integration | ||
run: gh workflow run deploy.yml -f environment=intg -f toDeploy=${{ steps.bump-semver.outputs.new_version }} -r main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,8 @@ jobs: | |
role-session-name: DeployLambda | ||
- name: Deploy lambda | ||
run: | | ||
aws lambda update-function-code --function-name tdr-create-keycloak-user-s3-${{ github.event.inputs.environment }} --s3-bucket tdr-backend-code-mgmt --s3-key ${{ github.event.inputs.toDeploy }}/keycloak-user-management.jar > /dev/null | ||
aws lambda update-function-code --function-name tdr-create-keycloak-user-api-${{ github.event.inputs.environment }} --s3-bucket tdr-backend-code-mgmt --s3-key ${{ github.event.inputs.toDeploy }}/keycloak-user-management.jar > /dev/null | ||
aws lambda update-function-code --function-name tdr-create-keycloak-user-s3-${{ github.event.inputs.environment }} --s3-bucket tdr-backend-code-mgmt --s3-key keycloak-user-management/${{ github.event.inputs.toDeploy }}/keycloak-user-management.jar > /dev/null | ||
aws lambda update-function-code --function-name tdr-create-keycloak-user-api-${{ github.event.inputs.environment }} --s3-bucket tdr-backend-code-mgmt --s3-key keycloak-user-management/${{ github.event.inputs.toDeploy }}/keycloak-user-management.jar > /dev/null | ||
- name: Send service updated message | ||
uses: slackapi/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters