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

fix: guardar el id como JSON
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-11-01 17:11:31 -03:00
parent 5540232b7e
commit f5af85a66e
No known key found for this signature in database

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!