Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Aug 1, 2016
1 parent 272dc5d commit 6d838c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ $# -ne 1 ]; then
fi

if [ $SPACE = 'production' ]; then
NAME="forecast"
NAME="forecast-production"
MANIFEST="manifest.yml"
elif [ $SPACE = 'staging' ]; then
NAME="forecast-staging"
Expand Down

0 comments on commit 6d838c2

Please sign in to comment.