Skip to content

Commit ac25a1a

Browse files
committed
Added
1 parent 167d36e commit ac25a1a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,7 @@ jobs:
2828
with:
2929
node-version: 18
3030
- name: Install serverless
31-
run: npm install
32-
- name: Deploy QA
33-
if: github.ref == 'refs/heads/qa'
34-
run: serverless deploy -s qa
35-
env:
36-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
37-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
31+
run: npm install -g serverless serverless-python-requirements
3832
- name: Deploy Production
3933
if: github.ref == 'refs/heads/main'
4034
run: serverless deploy -s prod

0 commit comments

Comments
 (0)