Giter VIP home page Giter VIP logo

generator-concourse-pipeline's Introduction

Concourse Pipeline Generator

Build Status Dependency Status

Helps you bootstrap your respository for concourse ci.

Supported Deployment Types

Azure PAAS

  • dotnet web
  • node web

Getting Started

  • Install npm install -g generator-concourse-pipeline
  • Run yo concourse-pipeline

Options

Deploying code for the first time? Answer a few questions to get started...
 What is the name of your pipeline? test-app
 Where is your source code? https://github.com/MyOrg/test-app.git
 Do you want to use github flow versioning? Yes
 Do you want to build pull requests? Yes
 What kind of project would you like to create? dotnet-paas

Next Steps:
 * update .ci/config based on your paas resource setup
 * update your readme.md with pipeline information

      ## Update Deployment Pipeline
      1) Make modifications to .ci/deployment.yaml
      2) `fly -t [team-name] set-pipeline -p test-app -c .ci/pipeline.yaml`
      3) Commit and Push your changes to github

What you get

└── .ci
    ├── config
    │   ├── dev.json
    │   ├── prod.json
    │   └── qa.json
    ├── pipeline.yaml
    └── scripts
        ├── deploy.sh
        ├── generate_version.sh
        └── publish.sh

License

MIT

generator-concourse-pipeline's People

Contributors

jarlotee avatar

Watchers

 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.