5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-18 05:46:36 +00:00

Merge branch 'issue-14540' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl

This commit is contained in:
Sutty 2023-11-01 20:11:58 +00:00
commit 5b2e224182

View file

@ -13,7 +13,7 @@ require 'njalla/v1'
# Al ser publicado, envía los archivos en un tarball y actualiza la
# información.
class DeployDistributedPress < Deploy
store :values, accessors: %i[hostname remote_site_id remote_info], coder: JSON
store :values, accessors: %i[hostname remote_site_id remote_info distributed_press_publisher_id], coder: JSON
before_create :create_remote_site!, :create_njalla_records!
before_destroy :delete_remote_site!, :delete_njalla_records!