From 81ec51e325d8a44249d741d8f7452d457a7476f0 Mon Sep 17 00:00:00 2001 From: Tiffany Date: Tue, 29 Mar 2022 16:27:28 -0400 Subject: [PATCH] change newrelic to install globally (#3913) * change newrelic to install globally * moved where newrelic was being set up, moved it back to npm global install * leaving backend.zip file * changed keys to bill's key --- bin/preview-deploy/aws.sh | 2 +- bin/prod-deploy/aws.sh | 2 +- packer/mongo.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/preview-deploy/aws.sh b/bin/preview-deploy/aws.sh index d821b69376..cbcf0c4643 100755 --- a/bin/preview-deploy/aws.sh +++ b/bin/preview-deploy/aws.sh @@ -172,7 +172,7 @@ function createNewInstance() { --subnet-id "$AWS_SUBNET" \ --tag-specification "ResourceType=instance,Tags=[{Key=Name,Value=eAPD PR $PR_NUM},{Key=environment,Value=preview},{Key=github-pr,Value=${PR_NUM}},{Key=cms-cloud-exempt:open-sg,Value=CLDSPT-5877}]" \ --user-data file://aws.user-data.sh \ - --key-name tforkner_eapd \ + --key-name eapd_bbrooks \ | jq -r -c '.Instances[0].InstanceId' } diff --git a/bin/prod-deploy/aws.sh b/bin/prod-deploy/aws.sh index abf2226604..391a8ff76c 100755 --- a/bin/prod-deploy/aws.sh +++ b/bin/prod-deploy/aws.sh @@ -246,7 +246,7 @@ function createNewInstance() { --security-group-ids $AWS_SECURITY_GROUP \ --subnet-id $AWS_SUBNET \ --ebs-optimized \ - --key-name tforkner_eapd \ + --key-name eapd_bbrooks \ --tag-specification "ResourceType=instance,Tags=[{Key=Name,Value=eAPD $ENVIRONMENT},{Key=environment,Value=$ENVIRONMENT},{Key=cms-cloud-exempt:open-sg,Value=CLDSPT-5877}]" \ --user-data file://aws.user-data.sh \ | jq -r -c '.Instances[0].InstanceId' diff --git a/packer/mongo.sh b/packer/mongo.sh index 5498480a93..773b38cc69 100644 --- a/packer/mongo.sh +++ b/packer/mongo.sh @@ -102,7 +102,7 @@ source ~/.bashrc nvm install 16 nvm alias default 16 -git clone --single-branch -b tforkner/3100-move-apds-to-mongodb https://github.com/CMSgov/eAPD.git +git clone --single-branch https://github.com/CMSgov/eAPD.git cd ~/eAPD/api yarn install --frozen-lockfile