Code Monkey home page Code Monkey logo

ecs-farate-scripts-to-deploy-and-build's Introduction

First of all these files and configuration were based on:

https://dev.mikamai.com/2016/05/17/continuous-delivery-with-travis-and-ecs/

How to install:

On docker_push.sh change 'YOUR-AWS-REGION':

eval $(aws ecr get-login --no-include-email --region YOUR-AWS-REGION)

The same on ecs_deploy.sh:

docker-deploy/ecs.sh -c $LIVE_CLUSTER_NAME -n $LIVE_SERVICE -i "$AWS_URL/$LIVE_APP_NAME:latest" -r YOUR-AWS-REGION -t 240

On .travis.yml, put your aws configurations:

- LIVE_SERVICE=YOUR-ECS-SERVICE-NAME
- LIVE_CLUSTER_NAME=YOUR-ECS-CLUSTER-NAME
- LIVE_APP_NAME=YOUR-ECR-API-NAME
- AWS_URL=YOUR-AWS-ACCOUNT-ID.dkr.ecr.YOUR-AWS-REGION.amazonaws.com

Put your AWS credentials on .travis file:

Install travis on your OS, then execute the followings commands where travis file (.travis.yml) was located:

travis encrypt AWS_ACCESS_KEY_ID="HERE_PUT_YOUR_ACCESS_KEY_ID" --add
travis encrypt AWS_SECRET_ACCESS_KEY="HERE_PUT_YOUR_SECRET_ACCESS_KEY" --add

ecs-farate-scripts-to-deploy-and-build's People

Contributors

jiclotus avatar

Watchers

James Cloos avatar Bechir Segni avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.