Canvas: Refresh env on successful deployment

Change-Id: I7e27b21dd4409eb76fb02ab3feaf35fb56d0b989
diff --git a/apps/canvas/front/src/components/actions.tsx b/apps/canvas/front/src/components/actions.tsx
index b8771b3..83b40e1 100644
--- a/apps/canvas/front/src/components/actions.tsx
+++ b/apps/canvas/front/src/components/actions.tsx
@@ -115,6 +115,7 @@
 			} else {
 				error("Deployment failed", await resp.text());
 			}
+			store.refreshEnv();
 		} catch (e) {
 			error("Deployment failed", e instanceof Error ? e.message : undefined);
 		} finally {