Skip to content

Commit

Permalink
Fix Deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3tazda3na committed Aug 14, 2024
1 parent edcb71f commit 636b1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
application_name: secrets
environment_name: secrets-production
environment_name: secrets-production-v2
version_label: secrets-production-${{github.run_number}}-${{steps.date.outputs.date}}
region: us-east-1
deployment_package: deploy.zip
Expand Down

0 comments on commit 636b1c1

Please sign in to comment.