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 167d36e commit ac25a1aCopy full SHA for ac25a1a
.github/workflows/ci.yml
@@ -28,13 +28,7 @@ jobs:
28
with:
29
node-version: 18
30
- 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 }}
+ run: npm install -g serverless serverless-python-requirements
38
- name: Deploy Production
39
if: github.ref == 'refs/heads/main'
40
run: serverless deploy -s prod
0 commit comments