Skip to content

Commit 2e468f8

Browse files
committed
Fix typo in README
1 parent 5718f61 commit 2e468f8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# Post-deploy testing pipeline example in Ruby with Assertible and Codeship
42

53
This is an example of **an automated post-deployment testing
@@ -8,7 +6,7 @@ API. The project
86
uses [Codehsip](https://codeship.com), [Heroku](https://heroku.com),
97
and [assertible](https://assertible).
108

11-
## How it work
9+
## How it works
1210

1311
1. Push code to a repository, which is picked up a Codeship.
1412
2. Have a custom deploy script in Codeship to deliver the application

post_deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
ENVIRONMENT=production
44
VERSION=$CI_COMMIT_ID
55
SERVICE=$ASSERTIBLE_SERVICE
6-
TOKEN=$ASSERTIBLE_TOKEN
76

8-
curl -u $TOKEN: -XPOST "https://assertible.com/deployments" -d'{
7+
curl -u $ASSERTIBLE_TOKEN: -XPOST "https://assertible.com/deployments" -d'{
98
"service": "'"${SERVICE}"'",
109
"environmentName": "'"${ENVIRONMENT}"'",
1110
"version": "'"${VERSION}"'"

0 commit comments

Comments
 (0)