From a0b407694ac71cb08ebfd6d885339722d2acb685 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Sat, 7 Jul 2012 17:06:24 -0600 Subject: [PATCH] add static to .awsbox.json --- .awsbox.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.awsbox.json b/.awsbox.json index 3f0ea469b..81feaa18f 100644 --- a/.awsbox.json +++ b/.awsbox.json @@ -5,7 +5,8 @@ "bin/dbwriter", "bin/keysigner", "bin/verifier", - "bin/browserid" + "bin/browserid", + "bin/static" ], "env": { "CONFIG_FILES": "$HOME/code/config/production.json,$HOME/code/config/aws.json,$HOME/config.json" -- GitLab