Skip to content

Commit 2f1a4c6

Browse files
committed
remove AWS CLI setup step
1 parent 3d89028 commit 2f1a4c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
3636
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3737
aws-region: ${{ env.AWS_REGION }}
38-
39-
- name: Install AWS CLI
40-
run: |
41-
apt-get -y update
42-
apt-get -y install python3-pip
43-
pip3 install awscli
4438

4539
- name: Install dependencies
4640
run: npm run install-all

0 commit comments

Comments
 (0)