This radically changes the way we deploy to the production server, as a Git checkout is no longer required there. All the necessary files are now inside the docker image. As a result, /data/git should no longer be mounted as a Docker volume. - Renamed docker/build.sh → docker/full_rebuild.sh This makes it clearer that it performs a full rebuild of the Docker images. - Full rebuilds should be done on a regular basis to pull in Ubuntu security updates. - Removed rsync_ui.sh, we no longer need it. Other projects can also remove their rsync_ui.sh. - Moved deploy.sh → deploy/2docker.sh and added deploy/2server.sh
28 lines
621 B
JSON
28 lines
621 B
JSON
{
|
|
"name": "blender-cloud",
|
|
"license": "GPL-2.0+",
|
|
"author": "Blender Institute",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.blender.org/blender-cloud.git"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "~3.9.1",
|
|
"gulp-autoprefixer": "~2.3.1",
|
|
"gulp-cached": "~1.1.0",
|
|
"gulp-chmod": "~1.3.0",
|
|
"gulp-concat": "~2.6.0",
|
|
"gulp-if": "^2.0.1",
|
|
"gulp-git": "~2.4.2",
|
|
"gulp-pug": "~3.2.0",
|
|
"gulp-jade": "~1.1.0",
|
|
"gulp-livereload": "~3.8.1",
|
|
"gulp-plumber": "~1.1.0",
|
|
"gulp-rename": "~1.2.2",
|
|
"gulp-sass": "~2.3.1",
|
|
"gulp-sourcemaps": "~1.6.0",
|
|
"gulp-uglify": "~1.5.3",
|
|
"minimist": "^1.2.0"
|
|
}
|
|
}
|