mastodon-deploy/Makefile

13 lines
215 B
Makefile
Raw Normal View History

# I can't remember ansible commands. Sue me
SHELL := /bin/bash
default: production # XXX for now. calm down.
production:
ansible-playbook -i inventory.yaml -l teh.entar.net site.yaml
ssh:
ssh teh.entar.net