cent8 repo

This commit is contained in:
Usman Nasir
2020-04-13 00:58:56 +05:00
parent f92c661246
commit dc2461dcee
6 changed files with 33 additions and 122 deletions

View File

@@ -66,7 +66,7 @@ class StagingSetup(multi.Thread):
masterPath = '/home/%s/public_html' % (masterDomain)
command = 'rsync -avzh --exclude "%s" --exclude "wp-content/backups" --exclude "wp-content/updraft" --exclude "wp-content/cache" --exclude "wp-content/plugins/litespeed-cache" %s/ %s' % (
command = 'rsync -avzh --exclude "%s" --exclude ".git" --exclude "wp-content/backups" --exclude "wp-content/updraft" --exclude "wp-content/cache" --exclude "wp-content/plugins/litespeed-cache" %s/ %s' % (
domain, masterPath, path)
ProcessUtilities.executioner(command, website.externalApp)