Skip to content

Commit

Permalink
Merge pull request #50 from andreciornavei/develop
Browse files Browse the repository at this point in the history
remove install of AWS CLI
  • Loading branch information
andreciornavei authored Mar 8, 2024
2 parents 126691b + a78475e commit f644229
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# if: success()

deploy-web:
name: deploy-api
name: deploy-web
runs-on: ubuntu-latest
steps:
# This step checks out a copy of your repository.
Expand All @@ -85,15 +85,6 @@ jobs:
npm install -g serverless serverless-dotenv-plugin serverless-export-outputs
if: success()

# This step install aws cli to execute commands on aws.
- name: Install AWS Cli
run: |
apt update && apt -y install zip curl jq
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
if: success()

# This step expose variables to environment
- name: Build ReactJS Application
run: |
Expand Down

0 comments on commit f644229

Please sign in to comment.