Skip to content

Commit

Permalink
update plan
Browse files Browse the repository at this point in the history
Signed-off-by: 6za <53096417+6za@users.noreply.github.com>
  • Loading branch information
6za committed Jul 27, 2022
1 parent baed8fc commit a77d1db
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cmd/createGithub.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,18 @@ var createGithubCmd = &cobra.Command{
createRepo("gitops")
//gitlab.PushGitRepo(dryRun, config, "gitlab", "metaphor")
// make a github version of it
informUser("Create Github Repo - metaphot")
informUser("Create Github Repo - metaphor")
//gitlab.PushGitRepo(dryRun, config, "gitlab", "gitops")
// make a github version of it
informUser("Creating K8S Cluster")
//terraform.ApplyBaseTerraform(dryRun, directory)

// this should be handled by the process detokinize
//!-New
informUser("Point registry to github") // this should be handled by the process detokinize
informUser("Add github runner")

//!-Old
informUser("Setup ArgoCD")
informUser("Wait Vailt to be ready")
informUser("Unseal Vault")
Expand All @@ -53,6 +60,8 @@ var createGithubCmd = &cobra.Command{
informUser("Final Argo Synch")
informUser("Wait ArgoCD to be ready")
//sendCompleteInstallTelemetry(dryRun, useTelemetry)

//!-New
informUser("Show Hand-off screen")
//reports.CreateHandOff
//reports.CommandSummary(handOffData)
Expand Down

0 comments on commit a77d1db

Please sign in to comment.