From 814c2b7c396f92107e52ac254cc6d5e2d7b15b35 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 2 Nov 2014 20:43:55 -0800 Subject: [PATCH] Update deploy script to work with S3 --- scripts/deploy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/deploy b/scripts/deploy index 1552d917c..4e2ef8d0f 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -1,6 +1,3 @@ #!/bin/bash -ssh crafting-guide@www.crafting-guide.com << EOF - cd repo - git pull -EOF +aws s3 sync html/ s3://crafting-guide.com/