Skip to content

Commit

Permalink
[C8 BE*] CI/CD Actions v8
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinSyakib43 committed Aug 27, 2024
1 parent 45b01c7 commit d2a1693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
application_name: 'Car-Challenge8-API'
environment_name: 'car-challenge8-api-env'
version_label: ${{ github.sha }}
version_label: ${{ github.sha }}-${{ github.run_number }}
region: us-east-1
deployment_package: deploy.zip

0 comments on commit d2a1693

Please sign in to comment.