Make sure the npm and apt-get caches are cleaned.

This commit is contained in:
Pagan Gazzard 2014-08-07 21:21:53 +01:00 committed by Pablo Carranza Vélez
parent e3188065d7
commit 370f1bf7ce

View File

@ -2,6 +2,9 @@ if [ $NODE_ENV == 'production' ]; then
node ./node_modules/coffee-script/bin/coffee -c ./src
# We don't need coffee-script at runtime
npm uninstall coffee-script
# Empty the apt and npm caches of the packages we installed
npm cache clean
apt-get clean
# Remove deploy key
rm -rf /root/.ssh/* deploy_key
# Remove unnecessary source files