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 130b38a commit a77db47Copy full SHA for a77db47
.github/workflows/deploy.yml
@@ -1,12 +1,9 @@
1
-# https://github.com/marketplace/actions/serverless
2
name: Deploy
3
-
4
-on:
+"on":
5
push:
6
branches:
7
- main
8
workflow_dispatch: {}
9
10
jobs:
11
deploy:
12
name: deploy
@@ -15,15 +12,14 @@ jobs:
15
- uses: actions/checkout@v2
16
13
- uses: actions/setup-node@v2
17
14
with:
18
- node-version: 12
+ node-version: 16
19
cache: npm
20
- run: npm ci
21
- name: serverless deploy
22
uses: serverless/github-action@master
23
24
args: deploy
25
env:
26
- # probot/example-aws-lambda-serverless secrets provided by @gr2m
27
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
28
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
29
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments