generator-concourse-pipeline

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i generator-concourse-pipeline

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

31.1 kB

Total Files

12

Last publish

Collaborators

  • jarlotee