terraform configs for http://k-ui.jp/ on Digital Ocean
# Create droplet or re-apply the chenged .tf for k-ui.jp
$ make apply
# Re-create droplet to re-apply the chenged `scripts`
$ make force-apply
# Destroy the droplet
$ make destroy
# SSH login to the current droplet
$ make login
# Open the HTTP service on the current droplet
$ make open-http
- Create
./scripts/gmail-{user,password}
to report Munin alerts and blog build cron - Config Syncthing manually
This configs has two environment to continue these services.
Do the blow if you want to change this configs:
- Change
ENV
inMakefile
- Edit configs
make apply
ormake force-apply
- Check the edited configs:
make login
ormake open-http
- Retry 2.-4. if you need
- Change the
k-ui.jp
DNS to the current environment IP address
make show
if you need
- Do some
git
operations