Skip to content

Commit

Permalink
Update the makefile to run the task in the MITVPC
Browse files Browse the repository at this point in the history
Update the makefile to run the task in the MITVPC, a requirement to access dspace at atmire.
  • Loading branch information
zotoMIT committed Oct 7, 2021
1 parent 64803f0 commit 91fbbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ publish: dist ## Build, tag and push
docker push $(ECR_REGISTRY)/dspacesubmissionservice-stage:`git describe --always`

run-stage:
aws ecs run-task --cluster dspacesubmissionservice-stage --task-definition dspacesubmissionservice-stage --network-configuration "awsvpcConfiguration={subnets=[subnet-0b860205e2831b8d0,subnet-039b5e11cd30385c3],securityGroups=[sg-0e37fd7748cc85e44],assignPublicIp=DISABLED}" --launch-type FARGATE --region us-east-1
aws ecs run-task --cluster dspacesubmissionservice-stage --task-definition dspacesubmissionservice-stage --network-configuration "awsvpcConfiguration={subnets=[subnet-0744a5c9beeb49a20],securityGroups=[sg-06b90b77a06e5870a],assignPublicIp=DISABLED}" --launch-type FARGATE --region us-east-1

lint: bandit black flake8 isort ## Runs all linters

Expand Down

0 comments on commit 91fbbec

Please sign in to comment.