mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 23:08:26 +00:00
Make self-hosted clear.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user