Properly remove the deployment key

This commit is contained in:
Praneeth Bodduluri 2014-07-07 22:07:11 +02:00 committed by Pablo Carranza Vélez
parent 53f3303abc
commit f8e8acfe35

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"preinstall": "bash deps.sh",
"postinstall": "node ./node_modules/coffee-script/bin/coffee -c ./src && rm -rf /root/.ssh/* && rm -rf /build/app/deploy_key",
"postinstall": "node ./node_modules/coffee-script/bin/coffee -c ./src && rm -rf /root/.ssh/* && rm -rf /build/app/deploy_key && rm -rf /app/deploy_key ",
"start": "./entry.sh"
},
"dependencies": {