Skip to content

Instantly share code, notes, and snippets.

@jgontrum
Created January 18, 2021 15:23
Show Gist options
  • Save jgontrum/c11bf21554e845952e0650660796253f to your computer and use it in GitHub Desktop.
Save jgontrum/c11bf21554e845952e0650660796253f to your computer and use it in GitHub Desktop.
image: amaysim/serverless:1.71.1
stages:
- Deploy
deploy_aws_lambda:
stage: Deploy
script:
- apk add --no-cache curl # Install packages for Alpine linux
- curl -Ls https://cli.doppler.com/install.sh | sh # Install Doppler
- doppler run -- sls plugin install -n serverless-python-requirements
- doppler run -- sls deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment