From 44e825f8916b9068e05179697233c2d460b49bb3 Mon Sep 17 00:00:00 2001 From: Mathias Gleitze Date: Sun, 9 Jun 2024 15:38:51 +0200 Subject: [PATCH 1/2] Updated names in destroy.sh --- infrastructure/destroy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 infrastructure/destroy.sh diff --git a/infrastructure/destroy.sh b/infrastructure/destroy.sh old mode 100644 new mode 100755 index ec8d528..1e21c0c --- a/infrastructure/destroy.sh +++ b/infrastructure/destroy.sh @@ -18,9 +18,9 @@ fi echo -e "\n--> Loading environment variables from secrets file\n" if [ "$1" = "production" ]; then - source secrets + source secrets-production elif [ "$1" = "staging" ]; then - source secrets.staging + source secrets-staging fi # Proceed with the script From 0ee0e8a17a0279d4fdd7afbd06ac2d0ea5871737 Mon Sep 17 00:00:00 2001 From: Mathias Gleitze Date: Sun, 9 Jun 2024 15:39:32 +0200 Subject: [PATCH 2/2] Updated Layout to see if new provider + workflow works --- csharp-minitwit/Views/Home/Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp-minitwit/Views/Home/Layout.cshtml b/csharp-minitwit/Views/Home/Layout.cshtml index d5ea44e..825cc1e 100644 --- a/csharp-minitwit/Views/Home/Layout.cshtml +++ b/csharp-minitwit/Views/Home/Layout.cshtml @@ -43,7 +43,7 @@ @RenderBody()