Only run compilation when source code is updated

This commit is contained in:
2024-06-08 17:13:51 +02:00
parent 33012f64c7
commit 65b6d65527

View File

@@ -40,7 +40,7 @@ else
execute "compile" do
cwd "/usr/local/src/strfry"
command "make setup-golpe && make -j$(nproc)"
# action :nothing
action :nothing
notifies :create, "link[/usr/local/bin/strfry]", :immediately
notifies :restart, "service[strfry]", :delayed
end