use www-data user for deploy_static

This commit is contained in:
Daniel Micay 2019-04-28 02:20:23 -04:00
parent b407373609
commit b09989c22d

View File

@ -2,7 +2,7 @@
set -o errexit
remote=root@grapheneos.org
remote=www-data@grapheneos.org
current=$(ssh $remote readlink /var/www/html)
if [[ $current = html_a ]]; then