Compare commits
17 Commits
608a33d218
...
89fe8f8c85
| Author | SHA1 | Date |
|---|---|---|
|
|
89fe8f8c85 | 2 weeks ago |
|
|
1d7b42a42e | 2 weeks ago |
|
|
3afde926fa | 2 weeks ago |
|
|
0d614ddcd3 | 2 weeks ago |
|
|
fcf2417662 | 2 weeks ago |
|
|
55988a97dd | 2 weeks ago |
|
|
c6a7648323 | 2 weeks ago |
|
|
db1ba6a396 | 2 weeks ago |
|
|
0cac279d0e | 2 weeks ago |
|
|
5e7c2710ed | 2 weeks ago |
|
|
79957bb825 | 3 weeks ago |
|
|
96d42db08f | 3 weeks ago |
|
|
d297dccb07 | 3 weeks ago |
|
|
e3553cc843 | 3 weeks ago |
|
|
36184a61f5 | 3 weeks ago |
|
|
3241c29cac | 3 weeks ago |
|
|
bca3393cd2 | 3 weeks ago |
12 changed files with 56 additions and 44 deletions
@ -0,0 +1,11 @@ |
|||||
|
aws configure set aws_access_key_id AKIAR26KHSVRUEAKRBPZ |
||||
|
aws configure set aws_secret_access_key wmMPx9vypaNi5ZIlyz4c018hKCb2M1dnGBdA+oh2 |
||||
|
aws configure set default.region ap-northeast-1 |
||||
|
aws ecr get-login-password --region ap-northeast-1 | docker login --username AWS --password-stdin 126588786019.dkr.ecr.ap-northeast-1.amazonaws.com |
||||
|
|
||||
|
docker build -t 126588786019.dkr.ecr.ap-northeast-1.amazonaws.com/aeon-prod/dashboard-back:latest\ |
||||
|
--build-arg JAR_FILE=target/dongjian-dashboard-back-controller-0.0.1-SNAPSHOT.jar \ |
||||
|
--build-arg LIB_DIR=target/lib \ |
||||
|
--build-arg CONFIG_DIR=target/config \ |
||||
|
. |
||||
|
docker push 126588786019.dkr.ecr.ap-northeast-1.amazonaws.com/aeon-prod/dashboard-back:latest |
||||
@ -1,11 +1,11 @@ |
|||||
aws configure set aws_access_key_id AKIAQNYBBSGDVT3VF4ON |
aws configure set aws_access_key_id AKIAVSKFRQDPNWHJDSHL |
||||
aws configure set aws_secret_access_key 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 |
aws configure set aws_secret_access_key DqGyOiVFKI50/Ix+cjvj25vPL2tC7NJrJ7fqzn/g |
||||
aws configure set default.region ap-northeast-1 |
aws configure set default.region ap-northeast-1 |
||||
aws ecr get-login-password --region ap-northeast-1 | docker login --username AWS --password-stdin 029530100103.dkr.ecr.ap-northeast-1.amazonaws.com |
aws ecr get-login-password --region ap-northeast-1 | docker login --username AWS --password-stdin 382934810846.dkr.ecr.ap-northeast-1.amazonaws.com |
||||
|
|
||||
docker build -t 029530100103.dkr.ecr.ap-northeast-1.amazonaws.com/aeon/dashboard-back:latest\ |
docker build -t 382934810846.dkr.ecr.ap-northeast-1.amazonaws.com/aeon/dashboard-back-stg:latest\ |
||||
--build-arg JAR_FILE=target/dongjian-dashboard-back-controller-0.0.1-SNAPSHOT.jar \ |
--build-arg JAR_FILE=target/dongjian-dashboard-back-controller-0.0.1-SNAPSHOT.jar \ |
||||
--build-arg LIB_DIR=target/lib \ |
--build-arg LIB_DIR=target/lib \ |
||||
--build-arg CONFIG_DIR=target/config \ |
--build-arg CONFIG_DIR=target/config \ |
||||
. |
. |
||||
docker push 029530100103.dkr.ecr.ap-northeast-1.amazonaws.com/aeon/dashboard-back:latest |
docker push 382934810846.dkr.ecr.ap-northeast-1.amazonaws.com/aeon/dashboard-back-stg:latest |
||||
Loading…
Reference in new issue