summaryrefslogtreecommitdiff
path: root/deploy_static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-08-07 17:34:31 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-08-07 18:07:19 -0400
commitf0a5a19f72530baa41a7f1b24310173fb6f70e61 (patch)
treeacba0b28ae4311afd3d38548960b0e486e17ea3b /deploy_static
parentd77684cd3fa028fa66f00523708188f9b239b814 (diff)
perform CSS validation before deployment
Diffstat (limited to 'deploy_static')
-rwxr-xr-xdeploy_static1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy_static b/deploy_static
index 431cb4b5..931702c9 100755
--- a/deploy_static
+++ b/deploy_static
@@ -6,6 +6,7 @@ remote=www-data@grapheneos.org
active=$(ssh $remote readlink html)
validatornu --Werror --skip-non-html static
+validatornu --Werror --skip-non-css static
if [[ $active = html_a ]]; then
target=html_b