Skip to content

Commit 80e09b6

Browse files
committed
Merge branch 'master' of github.com:jovrtn/github-action-wpengine-git-deploy
* 'master' of github.com:jovrtn/github-action-wpengine-git-deploy: Clarify SSH key setup in README Fix typo in README
2 parents 3764de6 + 1ea3f61 commit 80e09b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workflow "Deploy to WP Engine" {
1111
}
1212
1313
action "Git Push to Production" {
14-
uses = "jovrtn/github-action-wpengine-deploy@master"
14+
uses = "jovrtn/github-action-wpengine-git-deploy@master"
1515
env = {
1616
WPENGINE_ENVIRONMENT_NAME = "my-cool-site-production"
1717
}
@@ -47,5 +47,5 @@ action "Git Push to Production" {
4747

4848
1. [Generate a new SSH key pair](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) as a special deploy key. The simplest method is to generate a key pair with a blank passphrase, which creates an unencrypted private key.
4949
2. Store your public and private keys in your GitHub repository as new 'Secrets' (under your repository settings), using the names `WPENGINE_SSH_KEY_PRIVATE` and `WPENGINE_SSH_KEY_PUBLIC` respectively. In theory, this replaces the need for encryption on the key itself, since GitHub repository secrets are encrypted by default.
50-
3. Add the public key to your WP Engine production environment.
50+
3. Add the public key to your target WP Engine environment.
5151
4. Per the [WP Engine documentation](https://wpengine.com/git/), it takes about 30-45 minutes for the new SSH key to become active.

0 commit comments

Comments
 (0)