Skip to content

build: 💚 fix build related with wrong types and build opt… #15

build: 💚 fix build related with wrong types and build opt…

build: 💚 fix build related with wrong types and build opt… #15

name: Deploy Preview
on:
push:
branches-ignore:
- master
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Refs
uses: rlespinasse/[email protected]
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- name: Serverless Deploy
id: serverless_deploy
run: npx [email protected] deploy --stage $GITHUB_REF_SLUG_URL
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}