Redeploys a service in an ECS cluster
Table of Contents
- 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.
This code is made available under the MIT license.