Skip to content

Commit

Permalink
Remove frontend v2 and node_exporter from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 committed Sep 1, 2021
1 parent 4e8cb51 commit 01038bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ case $opt in
eval $(aws ecr get-login --no-include-email)
aws s3 cp s3://cloudcv-secrets/evalai/${env}/docker_${env}.env ./docker/prod/docker_${env}.env
docker-compose -f docker-compose-${env}.yml rm -s -v -f
docker-compose -f docker-compose-${env}.yml pull django nodejs nodejs_v2 celery node_exporter
docker-compose -f docker-compose-${env}.yml up -d --force-recreate --remove-orphans django nodejs nodejs_v2 celery node_exporter
docker-compose -f docker-compose-${env}.yml pull django nodejs celery
docker-compose -f docker-compose-${env}.yml up -d --force-recreate --remove-orphans django nodejs celery
ENDSSH2
ssh ubuntu@${MONITORING_INSTANCE} -o StrictHostKeyChecking=no AWS_ACCOUNT_ID=${AWS_ACCOUNT_ID} COMMIT_ID=${COMMIT_ID} env=${env} 'bash -s' <<-'ENDSSH2'
source venv/bin/activate
Expand Down

0 comments on commit 01038bf

Please sign in to comment.