tUpdate information on staging deployment - andersdamsgaard.com - my photography webpage
(HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 84d42e4f53cc3e1c7fef9972c09087ccd2772e03
(DIR) parent f2df9a7cd29bd3c458551a4896cf3867f0f392d2
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 14:42:44 +0100
Update information on staging deployment
Diffstat:
M README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/README.md b/README.md
t@@ -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`.