From baa15d2d1e5e78ecb05a77fbad7673c548979a15 Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Thu, 9 May 2024 13:33:58 -0700 Subject: [PATCH] fix: hope this is it --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: