Skip to content

Serverless latest versions

Actions
This action wraps the Serverless Framework latest versions
1.72.0
Latest
Star (1)

Serverless Deploy Github Action

This action wraps the Serverless Framework latest versions.

Usage

name: CI
on:
  push:
    branches: [ master ]
jobs:
  deploy:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2

    # if using plugins
    - name: install plugins
      run: npm i <yours serverless plugins>

    - name: serverless deploy
      uses: allbarbos/serverless-deploy-action@master
      with:
        args: deploy
      env:
        SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
        # or if using AWS creds directly
        # AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
        # AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

Serverless latest versions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action wraps the Serverless Framework latest versions
1.72.0
Latest

Serverless latest versions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.