Skip to content

we should not need the detail for the rule when already filtering on … #50

we should not need the detail for the rule when already filtering on …

we should not need the detail for the rule when already filtering on … #50

name: Serverless actions
on: [push, pull_request]
jobs:
deploy:
name: Execute actions
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
- name: Deploy service
env:
SERVERLESS_ACCESS_KEY: ${{secrets.SERVERLESS_ACCESS_KEY}}
run: |
pnpm install
pnpm sls deploy