From b2495ba554292efe46b750f1bb7225f0e9d4a4ec Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 31 May 2012 22:04:17 +0300 Subject: [PATCH] lump hooks all into one --- .awsbox.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.awsbox.json b/.awsbox.json index 7ae505573..3f0ea469b 100644 --- a/.awsbox.json +++ b/.awsbox.json @@ -10,11 +10,9 @@ "env": { "CONFIG_FILES": "$HOME/code/config/production.json,$HOME/code/config/aws.json,$HOME/config.json" }, - "remote_hooks": { + "hooks": { "postdeploy": "scripts/awsbox/post_deploy.js", - "poststart": "scripts/show_config.js" - }, - "local_hooks": { + "poststart": "scripts/show_config.js", "postcreate": "scripts/awsbox/post_create.sh" }, "packages": [ -- GitLab