Coder Social home page Coder Social logo

digi6list's Introduction

Deploying with our pipeline

Terminal

Open a new terminal, on your machine and navigate to your project directory:

cd /Path/to/your/project

Our deployment pipeline leverages Feature Branch Workflow, so before we begin developing our changes, we need to be on a unique git branch, which we can get to with the following command:

git checkout -b <branch-name>

Note: The -b option creates the <branch-name> if it doesn't already exist

Now, make the necessary changes to your project in your favorite text editor

Note: Once you've saved your changes, pick back up here and complete the following steps.

git add <altered-files>
git commit -m "<message-about-changes>"
git push origin <feature-branch>

Github

Navigate to your projects repository on Github

We need to create several pull requests to get our feature from it's feature branch to the production server.

  • base: development to compare: feature
  • base: prerelease to compare: development
  • base: master to compare: prerelease

For each of the three above requests, follow these steps:

  1. Click the Pull Requests tab in the top menu bar

  2. Click the green New pull request button

  3. Set the base branch

  4. Set the compare branch

  5. Click the green Create pull request button

  6. Add a description of your feature

  7. Click the next green Create pull request button

Note: if both branches are able to be merged, you'll have the option to complete the final step

  1. Click the Merge Pull Request button

  2. Click the Confirm Merge button

digi6list's People

Contributors

cjmcclure avatar

Watchers

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