Coder Social home page Coder Social logo

devops-and-continuous-delivery's Introduction

Homework User Story

User Story

As an instructor, I want you to build and deploy your application with every push to your Github repository so that you can understand how to create a simple build and deploy pipeline.

Acceptance Criteria

  • Homework should be submitted via Blackboard and one submission per team
  • Please submit a document that :
  • Contains the name of the individuals on your team
  • Contains a link to your Github repository
  • Contains a link to your running application
  • The Github repository should not contain any password or secret keys
  • Contains a link to your Travis CI project
  • Contains a link to your running application that was deployed automatically
  • I should be able to use the application to upload an image

Travis CI

Travis CI is a build and deployment tool that can be used for free on public Github repositories. Sign into Travis CI using your Github credentials to setup your image gallery repository for automated builds -

http://travis-ci.org

Handling Sensitive Information

We have kept AWS secret keys and other sensitive information in a local application.properties file that was not checked into Github. Now that we are moving from a local build to a cloud hosted build, we need a strategy to handle this information.

The Twelve-Factor apps design pattern gives us a mechanism to handle the application's configuration -

https://12factor.net/config

Automatically Deploying

##Cloudfoundry (Recommended) Travis CI can deploy to Cloudfoundry -

https://docs.travis-ci.com/user/deployment/cloudfoundry

AWS

Travis CI can deploy to AWS using the AWS CodeDeploy service

https://docs.travis-ci.com/user/deployment/codedeploy

devops-and-continuous-delivery's People

Contributors

cllofty avatar

Watchers

James Cloos avatar Sahil Gupta 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.