Skip to content

Commit

Permalink
change newrelic to install globally (#3913)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
thetif committed Mar 29, 2022
1 parent fa9d08b commit 81ec51e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/preview-deploy/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion bin/prod-deploy/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion packer/mongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81ec51e

Please sign in to comment.