wp-deploy-flow
wp-deploy-flow copied to clipboard
A wp-cli command to deploy your wordpress instance.
$this->params - is array and not contain ENVIRONMENT const.
Hello, I'm accessing my staging environment using public/private key authentication and an alias in my ~/.ssh/config file. Thus, accessing my staging server with ssh is only done like this :...
Sorry shouldn't have left this line in.
PHP Warning: constant(): Couldn't find constant ENVIRONMENT_LOCKED in /var/www/wordpress/hokorawa.net/test/public/wp-content/plugins/wp-deploy-flow-master/lib/command.php on line 73 Warning: constant(): Couldn't find constant ENVIRONMENT_LOCKED in /var/www/wordpress/hokorawa.net/test/public/wp-content/plugins/wp-deploy-flow-master/lib/command.php on line 73 wp migrate to /var/www/wordpress/hokorawa.net/test/public/ http://test.hokorawa.net dump.sql Warning:...
@see https://github.com/demental/wp-deploy-flow/blob/master/lib/command.php#L26 as the site_url is trimed we cannot deploy from, for http://staging.devcentral.com/blog/ to http://prod.mysite.com/blog/ Do you see any drawback to removing the trim ?