Removed private data, for now
This commit is contained in:
parent
bf3a93c460
commit
e2142c377b
2 changed files with 1 additions and 15 deletions
|
@ -14,7 +14,7 @@
|
||||||
"watch-images": "watch 'npm run build-images' static/src/img/",
|
"watch-images": "watch 'npm run build-images' static/src/img/",
|
||||||
"watch-less": "watch 'npm run build-less' static/src/less/",
|
"watch-less": "watch 'npm run build-less' static/src/less/",
|
||||||
"watch": "npm run watch-less & npm run watch-images",
|
"watch": "npm run watch-less & npm run watch-images",
|
||||||
"clean": "rm -rf static/build collected-static/ node_modules/ env/ private"
|
"clean": "rm -rf static/build collected-static/ node_modules/ env/"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
echo ">> Removing old Private data..."
|
|
||||||
rm -rf private/*
|
|
||||||
mkdir private/
|
|
||||||
cd private/
|
|
||||||
|
|
||||||
echo ">> Cloning Private Repo..."
|
|
||||||
git clone git@bitbucket.org:TheOrangeOne/theorangeone.net-site-private-data.git
|
|
||||||
|
|
||||||
|
|
||||||
echo ">> That's it for now..."
|
|
Reference in a new issue