Skip to content

Commit

Permalink
Update to remove .sh from .yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
cduhn17 committed Feb 7, 2025
1 parent 6b598c2 commit af9c69e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
SLS_DEBUG: '*'

- name: Deploy worker
run: npm run deploy-worker.sh-staging
run: npm run deploy-worker-staging
working-directory: backend
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
SLS_DEBUG: '*'

- name: Deploy worker
run: npm run deploy-worker.sh-integration
run: npm run deploy-worker-integration
working-directory: backend
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion backend/tools/deploy-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Deploys worker to Terraform.
# If the worker_ecs_repository_url output from Terraform changes, you should replace "XXX.dkr.ecr.us-east-1.amazonaws.com" in this file with that URL.
# To deploy staging, run ./deploy-worker.sh.
# To deploy prod, run ./deploy-worker.sh.sh crossfeed-prod-worker.
# To deploy prod, run ./deploy-worker crossfeed-prod-worker.

set -e

Expand Down

0 comments on commit af9c69e

Please sign in to comment.