diff options
author | Oleg Levitsky <levabd@gmail.com> | 2016-02-29 02:39:13 +0600 |
---|---|---|
committer | Oleg Levitsky <levabd@gmail.com> | 2016-02-29 02:39:13 +0600 |
commit | 11f21eac8f5627e7eb9a959fbaf2489df1ea0622 (patch) | |
tree | 197e051eb98aa420468d046136f70fec039f83d9 | |
parent | 2bf9ce93b07379fe218df4ad6fe6f93a0d3c3b66 (diff) | |
download | Git-Auto-Deploy-11f21eac8f5627e7eb9a959fbaf2489df1ea0622.zip Git-Auto-Deploy-11f21eac8f5627e7eb9a959fbaf2489df1ea0622.tar.gz Git-Auto-Deploy-11f21eac8f5627e7eb9a959fbaf2489df1ea0622.tar.bz2 |
fix Typo(
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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  + 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" |