Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd tests after deployment - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 10e9bf78cacc66bfca5632398a6d8d40c83e359f
parent 387062351674f396b8e1e1fd5ea3f794eb7dcb59
Author: Anders Damsgaard <[email protected]>
Date: Fri, 2 Nov 2018 14:12:50 +0100
Add tests after deployment
Diffstat:
M .gitlab-ci.yml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -13,10 +13,19 @@ deploy:
#image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=ed…
image: registry.gitlab.com/pages/hugo:latest
before_script:
- - apk --no-cache add make lftp
+ - apk --no-cache add make lftp curl
- hugo version
script:
- make deploy
+ - sleep 15
+ - curl --silent --head https://andersdamsgaard.com | head -n 1 | \
+ grep '200'
+ - curl --silent --head https://www.andersdamsgaard.com | head -n 1 | \
+ grep '302'
+ - curl --silent --head http://andersdamsgaard.com | head -n 1 | \
+ grep '302 Found'
+ - curl --silent --head http://www.andersdamsgaard.com | head -n 1 | \
+ grep '302 Found'
# 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.