beta.fogtype.com/Makefile

14 lines
410 B
Makefile
Raw Permalink Normal View History

2024-01-03 21:34:51 +09:00
.PHONY: setup
setup:
docker context create --docker=host=ssh://ubuntu@beta.fogtype.com beta
.PHONY: deploy
deploy: export DOCKER_CONTEXT := beta
deploy:
docker compose up --detach --remove-orphans --build
.deploy_key:
2024-01-03 22:21:32 +09:00
ssh-keygen -t ed25519 -C git@git.fogtype.com:nebel/beta.fogtype.com.git -f .deploy_key
2024-01-03 21:34:51 +09:00
ssh-copy-id -i .deploy_key.pub ubuntu@beta.fogtype.com
ssh-keyscan -t ed25519 -H beta.fogtype.com