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
|
||||
with:
|
||||
node-version: '16.x'
|
||||
cache: 'yarn'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install packages
|
||||
run: yarn install --frozen-lockfile
|
||||
run: npm install
|
||||
|
||||
- name: Deploy
|
||||
run: serverless deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user