Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceSc committed Jun 29, 2020
1 parent c16a7af commit b3e7ef6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions push_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 349501831018.dkr.ecr.us-west-2.amazonaws.com

docker login

npm install

make build

docker build -t ac-web-dev .
Expand Down
5 changes: 5 additions & 0 deletions push_qa.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/bin/sh


aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 349501831018.dkr.ecr.us-west-2.amazonaws.com

docker login

npm install

make build

docker build -t ac-web-qa .
Expand Down

0 comments on commit b3e7ef6

Please sign in to comment.