This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository llvm-lnt.
from 4d177ab Increase MAX_FORM_MEMORY_SIZE after Flask upgrade new 98a5160 Add a Terraform configuration to deploy lnt.llvm.org (#128)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .github/workflows/deploy-lnt.llvm.org.yaml | 39 +++++++ .gitignore | 1 + deployment/README.md | 23 ++++ deployment/compose.env.tpl | 4 + deployment/ec2-startup.sh | 49 +++++++++ deployment/ec2-volume-mapping.yaml | 27 +++++ deployment/main.tf | 163 +++++++++++++++++++++++++++++ 7 files changed, 306 insertions(+) create mode 100644 .github/workflows/deploy-lnt.llvm.org.yaml create mode 100644 deployment/README.md create mode 100644 deployment/compose.env.tpl create mode 100644 deployment/ec2-startup.sh create mode 100644 deployment/ec2-volume-mapping.yaml create mode 100644 deployment/main.tf