diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-14 15:06:48 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-14 15:06:48 -0500 |
| commit | a20ebf0779a4cbbdf12a48adf8c1c6c9061b0fca (patch) | |
| tree | d441962b4084a4cb024cf7ba5dfb33cef87d98ca /deploy_static | |
| parent | 5dae0b09b4be8d0a6db460ef419dead1c74032bc (diff) | |
split out validation script
Diffstat (limited to 'deploy_static')
| -rwxr-xr-x | deploy_static | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deploy_static b/deploy_static index 5e2cd17b..497917fa 100755 --- a/deploy_static +++ b/deploy_static @@ -2,9 +2,7 @@ set -o errexit -validatornu --Werror --skip-non-html static -validatornu --Werror --skip-non-css static -validatornu --Werror --skip-non-svg --no-langdetect static +./validate_static remote=www-data@grapheneos.org active=$(ssh $remote readlink html) |
