From d5505b5aa28962ae5504bd4e9896feadff4b8729 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 25 May 2017 10:08:54 -0400 Subject: [PATCH] Update directory movements for deployment testing --- build/deploy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/deploy.sh b/build/deploy.sh index 9d553a61..f581f790 100644 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -21,10 +21,9 @@ git remote add upstream "https://$GH_TOKEN@github.com/davemachado/public-apis.gi git fetch upstream git reset upstream/master -mv ../json/* -touch . +mv ../../json . -git add -A . +git add json/ git commit -m "rebuild JSON at ${rev}" git push upstream HEAD:master