Adventures in Git (AIG) Part 2

Ok, it’s been a while, but I’m getting back into this!

I have a self-hosted instance of GitLab and now I am going to create repo’s for my live and staging sites of comics.blandford.tk.  My goal is to be able to work locally, have it go up to GitLab, automatically push those changes to ‘staging’ so that I may be able to test that they are working correctly, and finally put those changes ‘live’.

There are a couple of things to sort out first.

  1.  get the live pages ‘cloned’ to staging
  2.  get staging ‘cloned’ to GitLab
  3.   pull the GitLab copy down to a new project in Nova locally

Seems easy enough….
Here are some references I’ll be utilizing to work through this;

More to come….