Use a dedicated ssh key for e2e selfhost test
This commit is contained in:
parent
827aa6be34
commit
4806db9bea
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user