get docker deploy working
This commit is contained in:
parent
7e0659cebe
commit
637bb6740c
10 changed files with 101 additions and 23 deletions
19
README.md
19
README.md
|
|
@ -17,7 +17,24 @@ instance.
|
|||
|
||||
## Deployment
|
||||
|
||||
TODO
|
||||
Repl:
|
||||
|
||||
```shell
|
||||
$ clj
|
||||
```
|
||||
|
||||
Build and run uber jar manually:
|
||||
|
||||
```shell
|
||||
$ clj -T:build uber
|
||||
$ java -jar ./target/micro-blog-standalone.jar
|
||||
```
|
||||
|
||||
Build new docker image and push it to ECR
|
||||
|
||||
```shell
|
||||
$ docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/micro-blog-fetchers:2.0.1 --push .
|
||||
```
|
||||
|
||||
## Project history
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue