Ver Fonte

temp always deploy porter app

Justin Rhee há 3 anos atrás
pai
commit
e87ea18a22

+ 4 - 1
dashboard/src/main/home/app-dashboard/new-app-flow/NewAppFlow.tsx

@@ -354,8 +354,11 @@ const NewAppFlow: React.FC<Props> = ({ ...props }) => {
               */
               <Button
                 onClick={() => {
+                  // TODO: remove
+                  deployPorterApp()
+
                   if (imageUrl) {
-                    deployPorterApp();
+                    // deployPorterApp();
                   } else {
                     setShowGHAModal(true);
                   }