tReport build size after script - 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 958ac35a80ffd8978d619c0bf02df84d1bd81cfe
 (DIR) parent 81a177383fa4307bd4e41b1969fa56de22308b75
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun,  4 Nov 2018 22:33:17 +0100
       
       Report build size after script
       
       Diffstat:
         M .gitlab-ci.yml                      |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -22,6 +22,8 @@ deploy-staging:
            - 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
       t@@ -45,6 +47,8 @@ deploy:
            - 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