Skip to content

Instantly share code, notes, and snippets.

@kagg-design
Created March 5, 2020 20:47
Show Gist options
  • Save kagg-design/bc8ce546321aecafd6e8c7652545c8d0 to your computer and use it in GitHub Desktop.
Save kagg-design/bc8ce546321aecafd6e8c7652545c8d0 to your computer and use it in GitHub Desktop.
REMOTE_DOMAIN="site.ru"
KEY_FILE="~/.ssh/site-root.rsa"
REMOTE_PATH="/path/to/site_dir/"
LOCAL_PATH="D:/Sites/site/"
REMOTE_URL="https://site.ru"
LOCAL_URL="http://site.test"
AFTER_SYNC_COMMANDS="wp plugin deactivate super-socializer && wp user delete 44903 --yes && add_kagg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment