We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45321c4 commit 4df0597Copy full SHA for 4df0597
atlantis/install-setup.md
@@ -86,3 +86,15 @@ server {
86
}
87
88
```
89
+## Register a GitLab webhook
90
+- Go to your repo's home page
91
+- Click Settings > Webhooks in the sidebar
92
+- set URL to your ngrok url with `/events` at the end. Ex. https://atlantis.xxx.xyz/events
93
+- double-check you added `/events` to the end of your URL.
94
+- set Secret Token to your random string
95
+- check the boxes
96
+ - Push events
97
+ - Comments
98
+ - Merge Request events
99
+- leave Enable SSL verification checked
100
+- click Add webhook
0 commit comments