Updated deploy script
This commit is contained in:
parent
812d99cd77
commit
0ac55ae11b
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -22,10 +22,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
cache: 'yarn'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: yarn install --frozen-lockfile
|
run: npm install
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: serverless deploy
|
run: serverless deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user