Add htmltest to the CI
This commit is contained in:
parent
b9af8befa8
commit
fd488345a4
2 changed files with 7 additions and 0 deletions
|
@ -22,3 +22,7 @@ tasks:
|
||||||
cd redstrate.com
|
cd redstrate.com
|
||||||
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||||
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/retro.redstrate.com
|
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/retro.redstrate.com
|
||||||
|
- htmltest: |
|
||||||
|
cd redstrate.com
|
||||||
|
curl https://htmltest.wjdp.uk | bash
|
||||||
|
bin/htmltest -c .htmltest.yml public
|
||||||
|
|
3
.htmltest.yml
Normal file
3
.htmltest.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
IgnoreDirectoryMissingTrailingSlash: true
|
||||||
|
IgnoreAltMissing: true
|
||||||
|
IgnoreExternalBrokenLinks: true
|
Loading…
Add table
Reference in a new issue