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.
- get the live pages ‘cloned’ to staging
- get staging ‘cloned’ to GitLab
- 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;
- Using Git to Manage a Live Web Site
https://gist.github.com/Nilpo/8ed5e44be00d6cf21f22 - Pro GIT Book
https://git-scm.com/book/en/v2 (also in books on 5KiMac) - MIT Missing Course
https://missing.csail.mit.edu/2020/
- Using Git to Manage a Live Web Site
More to come….
