From eb23fb8a8e43a98a9dc0ccef5aa4774117f48ac9 Mon Sep 17 00:00:00 2001 From: Rob Mullins Date: Tue, 30 Apr 2019 00:35:13 -0400 Subject: [PATCH 1/3] first config --- mu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu.yml b/mu.yml index 65c4b17..837e6f0 100644 --- a/mu.yml +++ b/mu.yml @@ -82,7 +82,7 @@ service: #### The GitHub repo slug or CodeCommit repo name to build #### (default: none) - repo: stelligent/mu-wordpress + repo: mullinsr/mu-wordpress acceptance: #### The environment name to deploy to for testing From d6575773dcc60f52d7e9fece9af10db364d9ce8e Mon Sep 17 00:00:00 2001 From: Rob Mullins Date: Tue, 30 Apr 2019 00:44:06 -0400 Subject: [PATCH 2/3] (fix) reference to incorrect github oauth scope --- README.md | 2 +- mu.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e44c805..657d18b 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Start up your pipeline, which will deploy to 2 environments, "test" and Mu will ask you for a GitHub token. CodePipeline uses it to watch your repo for changes so that it can automatically deploy them. [Create a new token](https://github.com/settings/tokens) in your own -GitHub account and grant it the "admin:repo_hook" and "admin" permissions. +GitHub account and grant it the "admin:repo_hook" and "repo" permissions. Save it somewhere, like [a nice password manager](https://1password.com). Enter it when mu asks for it. (But don't give it to anything else! ;^) diff --git a/mu.yml b/mu.yml index 837e6f0..f579b06 100644 --- a/mu.yml +++ b/mu.yml @@ -82,7 +82,7 @@ service: #### The GitHub repo slug or CodeCommit repo name to build #### (default: none) - repo: mullinsr/mu-wordpress + repo: stelligent/mu-wordpress acceptance: #### The environment name to deploy to for testing @@ -91,4 +91,4 @@ service: production: #### The environment name to deploy to for production #### (default: production) - environment: prod + environment: prod \ No newline at end of file From 0808ec31cf8b5714f44953deaf7dd1dd6829d1a0 Mon Sep 17 00:00:00 2001 From: Rob Mullins Date: Tue, 30 Apr 2019 00:45:39 -0400 Subject: [PATCH 3/3] adding newline to end of mu.yml --- mu.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mu.yml b/mu.yml index f579b06..eae6353 100644 --- a/mu.yml +++ b/mu.yml @@ -91,4 +91,5 @@ service: production: #### The environment name to deploy to for production #### (default: production) - environment: prod \ No newline at end of file + environment: prod + \ No newline at end of file