perform HTML validation before deployment

This commit is contained in:
Daniel Micay 2019-08-07 16:55:51 -04:00
parent 6fbf8311af
commit d77684cd3f

View File

@ -5,6 +5,8 @@ set -o errexit
remote=www-data@grapheneos.org
active=$(ssh $remote readlink html)
validatornu --Werror --skip-non-html static
if [[ $active = html_a ]]; then
target=html_b
else