Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 3d9bfb5

Browse files
webkennygrasmash
authored andcommitted
#319 - Cleaning up ci.md (#320)
* #319 Fix some grammar and spelling mistakes in the CI file * #319 Be sure it is clear to the reader than they need to be a repository admin to access settings.
1 parent 08b33a3 commit 3d9bfb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme/ci.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Travis CI can be used to deploy a fully built site artifact (with the docroot) i
3232
2. Travis builds the docroot
3333
3. Travis commits the docroot to a specific "build" branch and pushes to Acquia Cloud
3434

35-
To set up this workflow, you must configure Acquia Cloud, GitHub, and Travis CI to work together. Step-by-step instructions are provided below. _The following instructins apply only to private GitHub repositories._
35+
To set up this workflow, you must configure Acquia Cloud, GitHub, and Travis CI to work together. Step-by-step instructions are provided below. _The following instructions apply only to private GitHub repositories._
3636

3737

3838
1. Generate an SSH key locally. E.g.,
@@ -41,14 +41,14 @@ To set up this workflow, you must configure Acquia Cloud, GitHub, and Travis CI
4141
ssh-keygen -t rsa -b 4096
4242

4343
Do not use a passphrase!
44-
44+
4545
1. Create a new Acquia Cloud account to be used exclusively as a container for the SSH keys that will grant Travis push access to Acquia Cloud. This can be done by inviting a new team member on the "Teams" tab in Acquia Cloud. You can use an email address like `<email>[email protected]`. The team member must have SSH push access.
46-
1. Login the your new Acquia Cloud account and add the public SSH key from the key pair that was generated in step 1 by visiting `https://accounts.acquia.com/account/[uid]/security`.
47-
1. Add the same public SSH key to the "Deployment Keys" section on your project's GitHub settings page, located at `https://github.com/acquia-pso/[project-name]/settings/keys`.
46+
1. Login to the new Acquia Cloud account and add the public SSH key from the key pair that was generated in step 1 by visiting `https://accounts.acquia.com/account/[uid]/security`.
47+
1. Add the same public SSH key to the "Deployment Keys" section on your project's GitHub settings page, located at `https://github.com/acquia-pso/[project-name]/settings/keys`. **Note: You may not have direct access to these settings if you do not have administrative control over your repository.**
4848
1. Add the _private SSH key_ to your project's Travis CI settings located at `https://magnum.travis-ci.com/acquia-pso/[project-name]/settings`.
4949
1. Uncomment the example deployment steps in your .travis.yml file and customize them to deploy your desired branch.
5050
1. Add your cloud git repository to the remotes section of your project.yml file:
51-
51+
5252
remotes:
5353
- [email protected]:example.git`
5454

0 commit comments

Comments
 (0)