tRemove gitlab deployment to Fastmail - 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 86d68380bb425c3caacb7f7bfed1f5b16cef1fd0
 (DIR) parent 0519c501bd50932b1d10ebe8018300ada453f0f6
 (HTM) 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(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -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