Upgrade all bitcoin software to latest versions #328

Merged
greg merged 11 commits from chore/upgrade_bitcoin_software into master 2021-07-07 09:42:33 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit f095094cf7 - Show all commits

View File

@ -11,6 +11,7 @@ git node['btcpay']['source_dir'] do
repository node['btcpay']['repo']
revision node['btcpay']['revision']
action :sync
notifies :stop, "systemd_unit[btcpayserver.service]", :immediately
notifies :run, 'bash[build_btcpay]', :immediately
end

View File

@ -11,6 +11,7 @@ git node['nbxplorer']['source_dir'] do
repository node['nbxplorer']['repo']
revision node['nbxplorer']['revision']
action :sync
notifies :stop, "systemd_unit[nbxplorer.service]", :immediately
notifies :run, 'bash[build_nbxplorer]', :immediately
end