瀏覽代碼

Update directory movements for deployment testing

pull/362/head
Dave Machado 7 年之前
父節點
當前提交
d5505b5aa2
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. +2
    -3
      build/deploy.sh

+ 2
- 3
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


Loading…
取消
儲存