Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/Pressable_Site_Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion commands/WPCOM_Site_Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down