This repository contains the web content for gtfs.calitp.org
.
Opening a Pull Request will generate a preview of the changes; look for a comment on the Pull Request when the preview site is ready.
See the site-preview
workflow for details.
This site is deployed to Google Cloud by Terraform after a pull request is merged.
Install Terraform via ASDF:
$ brew install asdf
$ asdf plugin add terraform https://github.com/asdf-community/asdf-hashicorp.git
$ asdf install terraform 1.10.5
$ asdf set terraform 1.10.5
$ asdf reshim
You may need to add this to your ~/.bashrc
export PATH="$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH"
To see any outstanding changes, run terraform plan
:
$ cd iac/
$ terraform plan
These changes will be automatically applied by a Github Action after a pull request containing these changes is merged.
All source code is licensed under Apache 2.0
All content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0)