mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 08:08:31 +00:00
9fc4f13407c8865757012200d8a2e16709bb1831
* workflow: add atlantis-base image automation * comment out path trigger * push to ghcr.io registry Signed-off-by: Rui Chen <rui@chenrui.dev> * rm ` rm -rf /root/.gnupg` ``` rm: can't remove '/root/.gnupg/S.gpg-agent.extra': No such file or directory ``` * try a different cleanup fix * use GITHUB_TOKEN for accessing ghcr.io registry Signed-off-by: Rui Chen <rui@chenrui.dev> * also tag latest image Signed-off-by: Rui Chen <rui@chenrui.dev> * only runs on master Signed-off-by: Rui Chen <rui@chenrui.dev> * also can be manually triggered Signed-off-by: Rui Chen <rui@chenrui.dev> * update date fmt `yyyy.mm.dd` for docker tag
Atlantis

Terraform Pull Request Automation
Resources
- How to get started: www.runatlantis.io/guide
- Full documentation: www.runatlantis.io/docs
- Download the latest release: github.com/runatlantis/atlantis/releases/latest
- Get help in our Slack channel or our Gitter channel
- Start Contributing: CONTRIBUTING.md
What is Atlantis?
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.
Why should you use it?
- Make Terraform changes visible to your whole team.
- Enable non-operations engineers to collaborate on Terraform.
- Standardize your Terraform workflows.
