diff --git a/commands/Pressable_Site_Create.php b/commands/Pressable_Site_Create.php index f4060e5..92af267 100644 --- a/commands/Pressable_Site_Create.php +++ b/commands/Pressable_Site_Create.php @@ -120,7 +120,7 @@ protected function execute( InputInterface $input, OutputInterface $output ): in ); run_pressable_site_wp_cli_command( $site->id, - 'plugin install https://github.com/a8cteam51/plugin-autoupdate-filter/releases/latest/download/plugin-autoupdate-filter.zip --activate', + 'plugin install https://github.com/a8cteam51/a8csp-atlantis/releases/latest/download/a8csp-atlantis.zip --activate', ); // Create a DeployHQ project and server for the site. diff --git a/commands/WPCOM_Site_Create.php b/commands/WPCOM_Site_Create.php index de195ce..aabab6b 100644 --- a/commands/WPCOM_Site_Create.php +++ b/commands/WPCOM_Site_Create.php @@ -124,7 +124,7 @@ protected function execute( InputInterface $input, OutputInterface $output ): in ); run_wpcom_site_wp_cli_command( $transfer->blog_id, - 'plugin install https://github.com/a8cteam51/plugin-autoupdate-filter/releases/latest/download/plugin-autoupdate-filter.zip --activate', + 'plugin install https://github.com/a8cteam51/a8csp-atlantis/releases/latest/download/a8csp-atlantis.zip --activate', ); // Create a GitHub Deployment project for the site.