summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-19 14:46:56 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-19 14:46:56 +0300
commit7626280cc3e2b8b903eccf42ba0540453abc6429 (patch)
tree2a7ac0e86f1e6b457666791578f5e3f007c9cf25 /arch
parent68a9a5989661c0be1e3ba52edbcef537f4733629 (diff)
downloadick2-7626280cc3e2b8b903eccf42ba0540453abc6429.tar.gz
Fix: gitano should use POST, not GET, to trigger
From Tollef.
Diffstat (limited to 'arch')
-rw-r--r--arch/ick2-arch.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ick2-arch.mdwn b/arch/ick2-arch.mdwn
index 15061a3..f6a1b73 100644
--- a/arch/ick2-arch.mdwn
+++ b/arch/ick2-arch.mdwn
@@ -377,7 +377,7 @@ developer -> gitano : git push
gitano -> IDP : GET /auth, with Basic Auth, over https
IDP --> gitano : token C
-gitano -> trigger : GET /git/website.git (token C)
+gitano -> trigger : POST /git/website.git (token C)
note right
Git server notifies
trigger service that