We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b5692 commit 4295660Copy full SHA for 4295660
1 file changed
.github/workflows/ci-cd.yaml
@@ -27,5 +27,7 @@ jobs:
27
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
28
application_name: 'springboot-user-curd-app'
29
environment_name: 'springboot-user-curd-app-env'
30
- version_label: '0.0.1'
31
- use_existing_version_if_available : true
+ region: ap-south-1
+ 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