Skip to content

GitHub action creates a deployment into an existing Amplify aplication

Notifications You must be signed in to change notification settings

luisgreen/amplify_deployment

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Amplify Deployment

The amplify_deployment GitHub action creates a deployment into an existing Amplify aplication.

As this use the AWS SDK, credentials should be set beforehand on env variables.

Usage

- uses: luisgreen/amplify_deployment@main
  with:
    # Amplify Application ID
    # required: true
    appId: ''

    # Amplify Application branch to deploy
    # required: true
    branchName: ''

    
    # Path where the artifact is located to be deployed
    # required: true
    artifactPath:

    # Region of the Amplify Application
    # required: true
    region:

Sample

- uses: luisgreen/amplify_deployment@main
  with:
    appId: 'asd8adsjasd9'
    branchName: 'master'
    artifactPath: './myapp.zip'
    region: 'us-west-2'

About

GitHub action creates a deployment into an existing Amplify aplication

Resources

Stars

Watchers

Forks

Packages

No packages published