From 4806db9beae2f7bc31635fd38ea0a747c049c388 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 29 Jul 2016 21:13:29 +0200 Subject: [PATCH] Use a dedicated ssh key for e2e selfhost test --- test/selfhost-ec2-create-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selfhost-ec2-create-test.js b/test/selfhost-ec2-create-test.js index e8d322e..afcbdcd 100644 --- a/test/selfhost-ec2-create-test.js +++ b/test/selfhost-ec2-create-test.js @@ -23,7 +23,7 @@ const SELFHOST_DOMAIN = process.env.SELFHOST_DOMAIN; const EC2_TYPE = 't2.small'; const EC2_SIZE = 40; const EC2_REGION = 'eu-central-1'; -const EC2_SSH_KEY = 'id_rsa_yellowtent'; +const EC2_SSH_KEY = 'id_rsa_e2e_selfhost'; const EC2_SUBNET = 'subnet-801402e9'; const EC2_SECURITY_GROUP = 'sg-b9a473d1'; const BACKUP_KEY = 'somesecret';