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:
parent
3c07ddf12c
commit
4fde9793d7
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue