Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Nov 2, 2020
1 parent fc49ba1 commit b6a41e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0 - 2020-10-29
## 1.0.0 - 2020-11-02
- Added `copy/volumes/up` command
- Added `copy/volumes/down` command
- Added `copy/folder/up` command
Expand Down
4 changes: 2 additions & 2 deletions src/Actions/SetupAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public function run()

$stageName = $this->anticipate(
"What's a good name for the stage of the fortrabbit App? <fg=default>(use arrow keys or type)</>",
[$app, "$app-prod", "$app-dev", "prod", "production", "staging", "dev"],
"$app-prod"
[$app, "production", "$app-prod", "$app-staging", "prod", "staging"],
$app
);

// Persist config
Expand Down

0 comments on commit b6a41e8

Please sign in to comment.