This commit is contained in:
Roberto Alsina 2024-06-30 00:56:56 -03:00
parent 342504dd50
commit 4a6d77d0f4

View File

@ -142,10 +142,10 @@ module Faaso
def run def run
@arguments.each do |arg| @arguments.each do |arg|
puts "Stopping function... #{arg}" puts "Stopping funko... #{arg}"
# TODO: check if function is running # TODO: check if funko is running
# TODO: stop function container # TODO: stop funko container
# TODO: delete function container # TODO: delete funko container
# TODO: remove route from reverse proxy # TODO: remove route from reverse proxy
end end
end end
@ -162,7 +162,7 @@ module Faaso
def run def run
@arguments.each do |arg| @arguments.each do |arg|
puts "Stopping function... #{arg}" puts "Deploying funko... #{arg}"
# TODO: Everything # TODO: Everything
end end
end end