Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SHELL := /usr/bin/env bash
ENVIRONMENT ?= stage
PROJECT = <% .Name %>

Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Tearing down the infrastructure requires multiple steps, as some of the resource
_Note: the following steps are not reversible, tearing down the cluster results in lost data/resources._

```
export ENVIRONMENT=staging/production
export ENVIRONMENT=stage/prod
```
1. Navigate to your infrastructure repository (where this readme/makefile provided is located), we will remove the resources in a Last in First out order.
```
Expand Down