Skip to content

when removing elements we do not have the NewImage only the OldImage #49

when removing elements we do not have the NewImage only the OldImage

when removing elements we do not have the NewImage only the OldImage #49

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