Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Fix capitalization for "pull request"#1079

Merged
pravipati merged 2 commits intomasterfromfix-capitalization
Jun 28, 2016
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletionscontent/guides/delivering-deployments.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,9 +14,9 @@ the moment your code lands on `master`.
This guide will use that API to demonstrate a setup that you can use.
In our scenario, we will:

* Merge aPull Request
* When the CI is finished, we'll set thePull Request's status accordingly.
* When thePull Request is merged, we'll run our deployment to our server.
* Merge apull request
* When the CI is finished, we'll set thepull request's status accordingly.
* When thepull request is merged, we'll run our deployment to our server.

Our CI system and host server will be figments of our imagination. They could be
Heroku, Amazon, or something else entirely. The crux of this guide will be setting up
Expand DownExpand Up@@ -50,7 +50,7 @@ Start this server up. By default, Sinatra starts on port `4567`, so you'll want
to configure ngrok to start listening for that, too.

In order for this server to work, we'll need to set a repository up with a webhook.
The webhook should be configured to fire whenever aPull Request is created, or merged.
The webhook should be configured to fire whenever apull request is created, or merged.
Go ahead and create a repository you're comfortable playing around in. Might we
suggest [@octocat's Spoon/Knife repository](https://github.com/octocat/Spoon-Knife)?
After that, you'll create a new webhook in your repository, feeding it the URL
Expand All@@ -67,7 +67,7 @@ Great! Click on **Let me select individual events.**, and select the following:
* Pull Request

These are the events {{ site.data.variables.product.product_name }} will send to our server whenever the relevant action
occurs. We'll configure our server to *just* handle whenPull Requests are merged
occurs. We'll configure our server to *just* handle whenpull requests are merged
right now:

``` ruby
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp