Skip to content

Commit 4f720fd

Browse files
committed
chore: fix typo in path to deploy script
1 parent 7c93774 commit 4f720fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- checkout
176176
- install_python_requests
177177
- run:
178-
command: ./scripts/circlci-jobs/deploy_to_dev.sh
178+
command: ./scripts/circleci-jobs/deploy_to_dev.sh
179179
name: Deploy to dev
180180
- run:
181181
command: ./scripts/slack/notify_failure.py "${CIRCLE_BRANCH}" "${CIRCLE_JOB}" "${CIRCLE_BUILD_URL}" "${CIRCLE_PULL_REQUEST}" "${SLACK_WEBHOOK}"

.circleci/config/jobs/deploy_to_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010

1111
- run:
1212
name: Deploy to dev
13-
command: ./scripts/circlci-jobs/deploy_to_dev.sh
13+
command: ./scripts/circleci-jobs/deploy_to_dev.sh
1414

1515
- run:
1616
name: Notify Slack on failure

0 commit comments

Comments
 (0)