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