Delete installWooCommerce step

main
Anthony 2024-04-30 01:29:08 +08:00
parent f236a1333b
commit 174794591f
1 changed files with 0 additions and 4 deletions

View File

@ -150,8 +150,4 @@ actions:
jem passwd set -p ${globals.DB_PASS} &>> /var/log/run.log;
user: root
installWoocommerce:
cmd[${nodes.cp.master.id}]: |-
wp plugin install woocommerce --version=${globals.version_woocommerce} --activate --path=/var/www/webroot/ROOT &>> /var/log/run.log;
startPage: ${env.url}