summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Levitsky <levabd@gmail.com>2016-02-29 02:39:13 +0600
committerOleg Levitsky <levabd@gmail.com>2016-02-29 02:39:13 +0600
commit11f21eac8f5627e7eb9a959fbaf2489df1ea0622 (patch)
tree197e051eb98aa420468d046136f70fec039f83d9
parent2bf9ce93b07379fe218df4ad6fe6f93a0d3c3b66 (diff)
downloadGit-Auto-Deploy-11f21eac8f5627e7eb9a959fbaf2489df1ea0622.zip
Git-Auto-Deploy-11f21eac8f5627e7eb9a959fbaf2489df1ea0622.tar.gz
Git-Auto-Deploy-11f21eac8f5627e7eb9a959fbaf2489df1ea0622.tar.bz2
fix Typo(
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e48d3fb..9a197b0 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,10 @@ Additionally, ```GitAutoDeploy.py``` can be configured to execute a shell comman
* Make sure that the ```pidfilepath``` path is writable for the user running the script, as well as any other path configured for your repositories.
* If you don't want to execute ```git pull``` after webhook was fired, you can leave field ```"path"``` empty.
-## Continious Delivery via Pell request
+## Continious Delivery via Pull request
![Workflow](./continious_delivery_process.png)
+
If you use continious delivery (such as this workflow) you may want to trigger deploy event when pull request is opened or closed.
You can follow next steps to implement CD process:
* Set repo "url" to ```"https://api.github.com"```
@@ -95,4 +96,4 @@ The easiest way to configure your system to automatically start ```GitAutoDeploy
## Configure Bitbucket
* Go to your repository -> Settings -> Webhooks -> Add webhook
* In "URL", enter your hostname and port (your-host:8001)
-* Hit "Save" \ No newline at end of file
+* Hit "Save"