From b64de1b5cd104952a4041720c591ed9ee8157b91 Mon Sep 17 00:00:00 2001
From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
Date: Thu, 18 Sep 2025 19:56:46 +0200
Subject: [PATCH] fix: order for git deploy types
---
.../project/shared/environment-variable/show.blade.php | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php
index d141463db..6598b66ff 100644
--- a/resources/views/livewire/project/shared/environment-variable/show.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php
@@ -83,6 +83,11 @@
+ @endif
+
+ @if (!$env->is_nixpacks)
@if ($is_multiline === false)
@endif
@endif
-
@endif
@endif
@endif
@@ -132,7 +134,6 @@
-