post or pre deploy hooks

Discussion in 'General' started by variable99, Jan 7, 2024.

  1. variable99

    variable99 Member

    Is there any way to bind to website or user deployment process pre or after it's initiation? Sort of action hook.

    What I want to achieve: when website is added I would like to launch wordpress installation for that created website.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can do this by writing a server side plugin similar to the apache and nginx plugin which binds to the website insert event. The plugin name must be in alphabet after the apache and nginx plugin, so it gets executed after the site is created.
     

Share This Page