Skip to content

Commit 4295660

Browse files
Add missing region to EB deploy
1 parent b1b5692 commit 4295660

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci-cd.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2828
application_name: 'springboot-user-curd-app'
2929
environment_name: 'springboot-user-curd-app-env'
30-
version_label: '0.0.1'
31-
use_existing_version_if_available : true
30+
region: ap-south-1
31+
version_label: ${{ github.sha }}-${{ github.run_number }}
32+
deployment_package: target/springboot-user-crud-0.0.1-SNAPSHOT.jar
33+
use_existing_version_if_available: true # ← ADD THIS

0 commit comments

Comments
 (0)