Skip to content

Commit

Permalink
Merge pull request #189 from DevopsGroupC/feature/update-terraform-de…
Browse files Browse the repository at this point in the history
…stroy

Feature/update terraform destroy
  • Loading branch information
Mathias-Gleitze authored Jun 9, 2024
2 parents f6f6c7b + 0ee0e8a commit 8d40cd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion csharp-minitwit/Views/Home/Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@RenderBody()
</div>
<div class="footer">
MiniTwit &mdash; An ASP.NET Core Application
MiniTwit &mdash; Built with ASP.NET Core
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/destroy.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d40cd5

Please sign in to comment.