# frozen_string_literal: true
desc('livenessProbe')
task liveness: :environment do
puts "success"
end
Powered by TurnKey Linux.