5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 19:26:21 +00:00

fix: permitir que la tarea se reporte como hecha

This commit is contained in:
f 2024-03-12 17:09:21 -03:00
parent 3c07ddf12c
commit 4fde9793d7
No known key found for this signature in database

View file

@ -13,12 +13,11 @@ class DeploySocialDistributedPress < Deploy
key = Shellwords.escape file.path
dest = Shellwords.escape destination
run %(bundle exec jekyll notify --trace --key #{key} --destination "#{dest}"), output: output
run(%(bundle exec jekyll notify --trace --key #{key} --destination "#{dest}"), output: output).tap do |_|
create_hooks!
enable_fediblocks!
end
end
create_hooks!
enable_fediblocks!
end
# Igual que DeployLocal