diff --git a/.circleci/config.yml b/.circleci/config.yml index 485ca7a..317100b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,11 +95,11 @@ jobs: steps: - checkout - run: - name: Install awscli - command: pip install awscli + name: Install awsebcli + command: pip install awsebcli --upgrade --user - run: name: Deploying Production - command: aws elasticbeanstalk deploy open-rpc-mock-server-production + command: eb deploy open-rpc-mock-server-production no_output_timeout: '30m' workflows: