andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 84d42e4f53cc3e1c7fef9972c09087ccd2772e03
parent f2df9a7cd29bd3c458551a4896cf3867f0f392d2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  2 Nov 2018 14:42:44 +0100

Update information on staging deployment

Diffstat:
MREADME.md | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -6,7 +6,13 @@ This repository contains the source for through [domains.google.com](https://domains.google.com), where the FastMail nameservers are defined as primary nameservers. +A preview of the webpage can be generated on the localhost with `make`. + Deployment occurs through the [GitLab CI pipeline](https://gitlab.com/admesg/andersdamsgaard.com/pipelines) after pushing to the master branch. Alternatively, deployment can happen from the -client with `make deploy-local`. +client with `make deploy-local`. For development purposes, an alternative +**staging** environment +([staging.andersdamsgaard.com](https://staging.andersdamsgaard.com)) is +available when pushing to branches other than *master*. Local deployment to the +staging environment can be done with `make deploy-staging-local`.