Skip to content

Commit

Permalink
Fix typo in deploy to aws workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Dec 13, 2024
1 parent aab53c2 commit 042e367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: actions/checkout@v4
# AWS CLI is pre-installed on GitHub Actions
- name: Deploy to Azure containerapps
run: ./scripts/deploy_to_ebs.sh{% endraw %}
run: ./scripts/deploy_to_aws.sh{% endraw %}

0 comments on commit 042e367

Please sign in to comment.