Skip to content

retentionscience/rs-github-action-play-build

Repository files navigation

Amazon ECS build and push play apps for GitHub Actions

Redeploys a service in an ECS cluster

Table of Contents

Usage

     - name: Build Play App
        id: build-app
        uses: retentionscience/rs-github-action-play-build
        with:
          env: stg
          ecr_uri: 123456789.dkr.ecr.us-east-1.amazonaws.com/rate-limit-service
          service: rate-limit-service
  • env is optional, $ENV is used instead.
  • service is optional, otherwise derived from $GITHUB_REPOSITORY.
  • ecr_uri is optional, otherwise derived from describing repo named for the service.

License Summary

This code is made available under the MIT license.

About

github action to build a play app.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors