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