Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-jv authored Jun 22, 2024
1 parent bd5d34e commit 64fc1c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}
aws_secret_key: ${{ secrets.AWS_SECRET_KEY }}
application_name: social-network
environment_name: social-network-dev
version_label: ${{ github.run_number }}
application_name: social-network-auth-api
environment_name: Social-network-auth-api-dev
version_label: ${{ github.sha }}
region: us-east-2
deployment_package: deploy.zip

0 comments on commit 64fc1c6

Please sign in to comment.