Introduction
Introduction Statistics Contact Development Disclaimer Help
tReport build size after script - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 958ac35a80ffd8978d619c0bf02df84d1bd81cfe
parent 81a177383fa4307bd4e41b1969fa56de22308b75
Author: Anders Damsgaard <[email protected]>
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(-)
---
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 …
+ 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.h…
+ after_script:
+ - du -h public/
# artifacts:
# paths:
# - public
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.