Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Dec 12, 2024
1 parent 20e9eb7 commit 565d89c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repos:
^{{cookiecutter.project_slug}}/.github/workflows/test.yml|
^{{cookiecutter.project_slug}}/.github/workflows/deploy_to_fly_io.yml|
^{{cookiecutter.project_slug}}/.github/workflows/deploy_to_azure.yml|
^{{cookiecutter.project_slug}}/.github/workflows/deploy_to_aws.yml|
^{{cookiecutter.project_slug}}/.pre-commit-config.yaml|
^{{cookiecutter.project_slug}}/azure.yml
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

{% raw %}
name: Deploy to AWS Elastic Beanstalk

on:
Expand All @@ -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
run: ./scripts/deploy_to_ebs.sh{% endraw %}

0 comments on commit 565d89c

Please sign in to comment.