Skip to content
Snippets Groups Projects
Commit e5f87a33 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

unbreak auto-deployed dev by updating deployment image - previous had a...

unbreak auto-deployed dev by updating deployment image - previous had a database pre-created which is no good when we change the schema.
parent 78ca561b
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment