From f7ae60f84fcfe598a51c0ea5be3f8a4fe801b466 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 30 Jun 2016 13:53:50 +0200 Subject: [PATCH] Use the correct credentials --- test/selfhost-ec2-create-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/selfhost-ec2-create-test.js b/test/selfhost-ec2-create-test.js index 9dab006..02d0f6b 100644 --- a/test/selfhost-ec2-create-test.js +++ b/test/selfhost-ec2-create-test.js @@ -29,8 +29,8 @@ const EC2_SUBNET = 'subnet-801402e9'; const EC2_SECURITY_GROUP = 'sg-b9a473d1'; const BACKUP_KEY = 'somesecret'; const BACKUP_BUCKET = 'selfhost-test'; -const AWS_ACCESS_KEY = process.env.AWS_ACCESS_KEY; -const AWS_ACCESS_SECRET = process.env.AWS_ACCESS_SECRET; +const AWS_ACCESS_KEY = process.env.AWS_STAGING_ACCESS_KEY; +const AWS_ACCESS_SECRET = process.env.AWS_STAGING_SECRET_KEY; function machine(args, options) { // https://github.com/nodejs/node-v0.x-archive/issues/9265