simpleinfra
simpleinfra copied to clipboard
Rust Infrastructure automation
> I don't think either the Travis config or Azure config is currently in use by any Rust repos, so we can probably just delete these. _Originally posted by @Mark-Simulacrum...
(Moving from https://github.com/rust-lang/rust/issues/82286) We can achieve a significant decrease in file size by enabling Brotli compression, which is an option in CloudFront: https://aws.amazon.com/about-aws/whats-new/2020/09/cloudfront-brotli-compression/ Brotli has been supported in major browsers...
There is no README file for Terraform
action.yml not actions.yml Also added Markdown improvements
This started out as a way to easily use mdbook for deploying, but it was easy enough to make it configurable to work with any github project's releases. I've tested...
As far as I can tell, the awscreds script will fail to run if you run it again in the same shell (i.e. `AWS_SESSION_TOKEN` is still set), as that token...
Managing secrets is hard! Some thoughts: * A master list of what secrets are needed is a nice-to-have * Comments on what each secret is and how it's generated is...
This PR adds a tool that synchronizes the webhooks configured in a repository with the configuration stored on this repo. The tool is located in `tools/sync-webhooks` and uses the configuration...
The [prod script](https://github.com/rust-lang/rust-central-station/blob/master/run-prod.sh) for rust-central-station right now notably [mounts a few volumes](https://github.com/rust-lang/rust-central-station/blob/0756d7bc0eba9cd508ad1ce843e7ffcd2e176157/run-prod.sh#L9-L12) for persisting data across runs of the container. This is useful for information like lets encrypt certificates, logs,...