When I click the red trash can icon on wp-admin/admin.php?page=deployer-for-git
, it doesn’t delete the plugin repository and redirects to plugins.php
.
Would also be nice if repository URLs could be edited for when there are ownership transfers.
]]>On Github we prefix our repo url like “WP-Plugin-theme-name” but when inside “wp-plugins” we just want it to deploy to “wp-plugins/theme-name/” and not include what we have prefixed. Is this possible?
I know we could change the url schema for our plugins but we have this for many plugins and it would be annoying to do this. Thanks for the input!
And great work again! Happy to be a user of the pro version.
]]>Great work with this plugin! Is there a guide for proper auto deployment?
I see the “Show Push-to-Deploy URL” and I guess I probably copy and paste this somewhere in Github so that it hits this url after push/update to trigger the update on my site but I am not exactly sure where to paste it and it would be nice to know from the creator how to handle this.
Further, I guess there is no way to just have my site monitor for updates and update automatically without this trigger? (Probably would be too resource intensive to keep checking all the time for the occasional updates and web hook method like this is better?)
Again, great work with this plugin. So many headaches related to deployment that this solves.