Skip to content

Commit cd98800

Browse files
Update workflows file
1 parent bb3e425 commit cd98800

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ 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: "${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}"
31-
deployment_package: target/*.jar
32-
use_existing_version_if_available: true #fallback safety
30+
version_label: ${{ github.sha }}-${{ github.run_number }} # ← NOT hardcoded
31+
deployment_package: target/springboot-user-crud-0.0.1-SNAPSHOT.jar
32+
use_existing_version_if_available: true #ADD THIS

0 commit comments

Comments
 (0)