Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! zero create -> init
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcheung committed May 27, 2020
1 parent 6ba52cb commit 0c35634
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions internal/context/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ func chooseCloudProvider(projectConfig *config.Commit0Config) {
func chooseStack(projectConfig *config.Commit0Config) {
items := map[string][]string{
"EKS + Go + React": []string{
"../commit0-aws-eks-stack",
// "github.com/commitdev/zero-aws-eks-stack",
// "github.com/commitdev/zero-deployable-backend",
// "github.com/commitdev/zero-deployable-react-frontend",
"github.com/commitdev/zero-aws-eks-stack",
"github.com/commitdev/zero-deployable-backend",
"github.com/commitdev/zero-deployable-react-frontend",
},
"Custom": []string{},
}
Expand Down

0 comments on commit 0c35634

Please sign in to comment.