Hi, everyone This is not strictly about Kotlin (al...
# spring
d
Hi, everyone This is not strictly about Kotlin (although we're using it in our apps), but I'm curious if anyone has some GitHub repo as an example of how to deploy a spring boot app, using
bootBuildImage
and GitHub Actions to the AWS ECS ? Thanks in advance!
b
I think
bootBuildImage
only creates a buildpack. You will have to use a docker image for ECS https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-container-images-docker
d
Thanks!