Skip to content

Commit

Permalink
[C8 BE*] CI/CD Actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinSyakib43 committed Aug 27, 2024
1 parent 80bed33 commit 7e40655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
application_name: 'car-management-dashboard-ch8-api'
application_name: 'Car-Challenge8-API'
environment_name: 'car-challenge8-api-env'
version_label: ${{ github.sha }}
region: us-east-1
deployment_package: nodejs-app-build.zip

0 comments on commit 7e40655

Please sign in to comment.