@@ -30,7 +30,6 @@ def call(Map args = [:]) {
sh """
ssh -o StrictHostKeyChecking=no ${remoteHost} \
'chmod -R 755 ${remoteDist} &&
- chown -R www-data:www-data ${remoteDist} &&
nginx -t && nginx -s reload'
"""