Skip to content

Instantly share code, notes, and snippets.

@rafaeldalsenter
Created April 3, 2020 01:33
Show Gist options
  • Select an option

  • Save rafaeldalsenter/f5261d6eaf5aca02ad7b91c088e41469 to your computer and use it in GitHub Desktop.

Select an option

Save rafaeldalsenter/f5261d6eaf5aca02ad7b91c088e41469 to your computer and use it in GitHub Desktop.
name: Lambda deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: mariamrf/py-lambda-action@v0.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment