Skip to content

Commit

Permalink
CONCD-422 update push scripts (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkueloc authored Jun 12, 2023
1 parent 1f6da52 commit 34a80df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion db_scripts/dump/push-container.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

export AWS_PROFILE=AWSCrowdlocgov
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 619333082511.dkr.ecr.us-east-1.amazonaws.com
docker build --no-cache --pull -t crowd-db-dump .
docker tag crowd-db-dump:latest 619333082511.dkr.ecr.us-east-1.amazonaws.com/crowd-db-dump:latest
Expand Down
1 change: 0 additions & 1 deletion db_scripts/restore/push-container.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

export AWS_PROFILE=AWSCrowdlocgov
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 619333082511.dkr.ecr.us-east-1.amazonaws.com
docker build --no-cache --pull -t crowd-db-restore .
docker tag crowd-db-restore:latest 619333082511.dkr.ecr.us-east-1.amazonaws.com/crowd-db-restore:latest
Expand Down

0 comments on commit 34a80df

Please sign in to comment.