Make self-hosted clear.

This commit is contained in:
Luke Kysow
2018-07-16 16:57:25 +02:00
parent 95edc25d20
commit 7163ed586a
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
* Start Contributing: [CONTRIBUTING.md](CONTRIBUTING.md)
## What is Atlantis?
A standalone golang application that listens for Terraform pull request events via webhooks.
A self-hosted golang application that listens for Terraform pull request events via webhooks.
## What does it do?
Runs `terraform plan` and `apply` remotely and comments back on the pull request with the output.

View File

@@ -13,7 +13,7 @@
<div class="features">
<div class="feature">
<h2>What is it?</h2>
<p>A standalone application that listens for Terraform pull request events via webhooks. You deploy it yourself.</p>
<p>A self-hosted application that listens for Terraform pull request events via webhooks.</p>
</div>
<div class="feature">
<h2>What does it do?</h2>

View File

@@ -9,7 +9,7 @@ title: Terraform Automation By Pull Request
---
## How it works
* You deploy Atlantis internally. You don't have to give your cloud credentials to a third party.
* You host Atlantis yourself. You don't have to give your cloud credentials to a third party.
* It runs as a golang binary or Docker container.
* Expose it with a URL that is accessible by github/gitlab.com or your private git host.
* Add its URL to your GitHub or GitLab repository so it can receive webhooks.