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 86d68380bb425c3caacb7f7bfed1f5b16cef1fd0
parent 0519c501bd50932b1d10ebe8018300ada453f0f6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 18 Nov 2018 11:03:25 +0100

Remove gitlab deployment to Fastmail

Diffstat:
M.gitlab-ci.yml | 48------------------------------------------------
1 file changed, 0 insertions(+), 48 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -26,51 +26,3 @@ pages: - public only: - master - - -# deploy-staging: -# # image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=edge -# # image: registry.gitlab.com/pages/hugo:latest -# image: registry.gitlab.com/plett/hugoextended:0.50 -# before_script: -# # - apk --no-cache add make lftp curl npm -# - apt-get install make lftp curl -# - hugo version -# script: -# - make deploy-staging -# - sleep 15 -# - curl --silent --head https://staging.andersdamsgaard.com -# - curl --silent --head http://staging.andersdamsgaard.com -# - curl --silent https://staging.andersdamsgaard.com > online.html && diff online.html public/index.html -# after_script: -# - du -h public/ -# # artifacts: -# # paths: -# # - public -# except: -# - master - -# deploy: -# # image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=edge -# # image: registry.gitlab.com/pages/hugo:latest -# image: registry.gitlab.com/plett/hugoextended:0.50 -# before_script: -# # - apk --no-cache add make lftp curl npm -# - apt-get update -# - apt-get -y install make lftp curl -# - hugo version -# script: -# - make deploy -# - sleep 15 -# - curl --silent --head https://andersdamsgaard.com -# - curl --silent --head https://www.andersdamsgaard.com -# - curl --silent --head http://andersdamsgaard.com -# - curl --silent --head http://www.andersdamsgaard.com -# - curl --silent https://andersdamsgaard.com > online.html && diff online.html public/index.html -# after_script: -# - du -h public/ -# # artifacts: -# # paths: -# # - public -# only: -# - master