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';