mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 05:36:37 +00:00
fix: guardar el id como JSON
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5540232b7e
commit
f5af85a66e
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue