Skip to content

Commit 4df0597

Browse files
authored
Update install-setup.md
1 parent 45321c4 commit 4df0597

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

atlantis/install-setup.md

+12
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,15 @@ server {
8686
}
8787
}
8888
```
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

Comments
 (0)