Use a dedicated ssh key for e2e selfhost test

This commit is contained in:
Johannes Zellner 2016-07-29 21:13:29 +02:00
parent 827aa6be34
commit 4806db9bea
1 changed files with 1 additions and 1 deletions

View File

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