Files
fizzy/config/deploy.beta.yml
T
Mike Dalessio c3a9ac7391 Create a distinct "beta" environment
and move secrets into Rails credentials for both beta and production
environments.
2025-05-31 10:57:26 -04:00

36 lines
667 B
YAML

servers:
web:
hosts:
- fizzy.37signals.works
jobs:
hosts:
- fizzy.37signals.works
proxy:
hosts:
- fizzy.37signals.works # the single tenant is named "fizzy"
env:
clear:
RAILS_ENV: beta
x-beamer-accessory: &beamer-accessory
image: basecamp/beamer
registry:
username: bcbot
password:
- BASECAMP_REGISTRY_PASSWORD
options:
user: 1000 # Match the UID of the Rails app, for volume permissions
volumes:
- fizzy:/storage
accessories:
beamer-primary:
<<: *beamer-accessory
service: beamer-primary
cmd: beamer primary --remove-after=1h --dir=/storage
port: 5000:80
roles:
- web