Skip to content

Commit

Permalink
πŸš€ Deploy.yml μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsaudwl committed Jul 3, 2024
1 parent 545a8ae commit 2cb6550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Push Docker image
run: docker push ${{ secrets.DOCKER_USERNAME }}/hanalink-react:latest

- name: Configure AWS credentials
- name: Configure AWS credentials
run: |
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 2cb6550

Please sign in to comment.