Browse Source

Update directory movements for deployment testing

pull/362/head
Dave Machado 7 years ago
parent
commit
d5505b5aa2
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      build/deploy.sh

+ 2
- 3
build/deploy.sh View File

@@ -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


Loading…
Cancel
Save