Skip to content

Commit c407fef

Browse files
authored
Update stackdash_menu.py
1 parent b19a36b commit c407fef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stackdash_menu.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ def main():
6969
elif choice == "c" or choice == "C":
7070
container_deploy()
7171
print("*** Deploy Containers **** ")
72+
elif choice == "t" or choice == "T":
73+
stacks_main()
74+
print("*** Deploy Stacks **** ")
7275
elif choice == "3":
7376
containers_main()
7477
print("*** Deploy Containers **** ")

0 commit comments

Comments
 (0)