https://github.com/tilt-dev/tilted-rails
Sandbox for generating and deploying a Rails app
https://github.com/tilt-dev/tilted-rails
Last synced: 3 months ago
JSON representation
Sandbox for generating and deploying a Rails app
- Host: GitHub
- URL: https://github.com/tilt-dev/tilted-rails
- Owner: tilt-dev
- Created: 2021-12-16T23:11:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T15:59:32.000Z (almost 4 years ago)
- Last Synced: 2025-11-12T05:18:18.733Z (7 months ago)
- Language: Starlark
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tilted-rails
A sandbox for playing with some Tiltfiles that generate and deploy a new Rails/Postgres application to Kubernetes.
To try it, check out this repository and run `tilt up` in it. The first time it runs, a database and a plain pod with Rails installed get deployed under the `extensions.rails-db` and `app-generator` labels, and a new Rails app is generated inside the pod with Rails, then copied to your local disk. Tilt will then build an image for the Rails app, deploy it to K8, and port-forward localhost:3000.