Skip to content

add github-actions yml file #1

add github-actions yml file

add github-actions yml file #1

name: Serverless actions
on: [push]
jobs:
deploy:
name: Execute actions
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Deploy service
run: |
pnpm install
pnpm sls deploy