From e5f87a33c69baaebcc9a63e17918fadbfda9ac66 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 3 May 2012 00:32:18 -0600 Subject: [PATCH] unbreak auto-deployed dev by updating deployment image - previous had a database pre-created which is no good when we change the schema. --- scripts/deploy/vm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/vm.js b/scripts/deploy/vm.js index 5508d1b79..c637fd27a 100644 --- a/scripts/deploy/vm.js +++ b/scripts/deploy/vm.js @@ -4,7 +4,7 @@ jsel = require('JSONSelect'), key = require('./key.js'), sec = require('./sec.js'); -const BROWSERID_TEMPLATE_IMAGE_ID = 'ami-c38f57aa'; +const BROWSERID_TEMPLATE_IMAGE_ID = 'ami-c2a401ab'; function extractInstanceDeets(horribleBlob) { var instance = {}; -- GitLab