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