We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d89028 commit 2f1a4c6Copy full SHA for 2f1a4c6
.github/workflows/deploy.yml
@@ -35,12 +35,6 @@ jobs:
35
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
36
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
37
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
44
45
- name: Install dependencies
46
run: npm run install-all
0 commit comments