Skip to content

Commit

Permalink
Update scripts/deploy_local/deploy_local_build.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: Joshua Marsh <joshanthonymarsh@gmail.com>
  • Loading branch information
nathanagood and joshmarsh authored Oct 10, 2019
1 parent 6d7b033 commit ab9ebcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_local/deploy_local_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -euxo pipefail
KEY="local-tf-state"
REGION="us-east-1"
TABLE="local-tf-state"
NAMESPACE=${DSE_NAMESPACE:-$(whoami)}
NAMESPACE=${DCE_NAMESPACE:-$(whoami)}
BUILD_ARTIFACT="bin/build_artifacts.zip"

cd scripts/deploy_local && terraform init
Expand Down

0 comments on commit ab9ebcb

Please sign in to comment.