From 6a065275b0ecd1ee0a7ec2fee8702e0a9ffa1ed7 Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Sun, 21 Jan 2018 18:43:08 -0800 Subject: [PATCH] deploy to a different host --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2bc7f9f..9e8d631 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ build: posty build publish: - rsync -auvP build/ golf:web + rsync -auvP build/ deploy.nickpegg.com:web stage_build: