diff --git a/circle.yml b/circle.yml index 12f24577002..f5db1c45842 100644 --- a/circle.yml +++ b/circle.yml @@ -5,4 +5,4 @@ deployment: tasks: branch: master commands: - - ./script/ci/deploy.sh + - ./scripts/ci/deploy.sh