Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

koudaiii-archives/wercker-box-install-container-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

install-container-transform

Usage

box: koudaiii/install-container-transform
build:
  steps:
    - script:
        name: Configuring based on parameters..
        code: |
          aws configure set aws_access_key_id $WERCKER_INSTALL_CONTAINER_TRANSFORM_KEY
          aws configure set aws_access_key_id $WERCKER_INSTALL_CONTAINER_TRANSFORM_SECRET
          aws configure set default.region $WERCKER_INSTALL_CONTAINER_TRANSFORM_REGION
    - script:
        name: register task definition
        code: |
        aws ecs register-task-definition --family wercker --container-definitions "$(cat docker-compose.yml | container-transform)"
    - script:
        name:
        code: |
          aws ecs run-task --cluster $WERCKER_INSTALL_CONTAINER_TRANSFORM_CLUSTER --task-definition wercker
    - script:
        name: Done.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published