All videos
All videos
Your deployment in SBT
October 9, 2019
SBT builds. It says right there in the name. That's how we conventionally think of our favorite build tool. It fetches dependencies, compiles our code, and outputs ..err .. a JAR file?
Everything else you need in order to deploy? Building & publishing a docker image, tagging your release, updating the version. That's your job. Or, more likely, your CI/CD pipeline's job.
It doesn't necessarily need to be like that. Using the sbt-native-packager and sbt-release SBT plugins, I'm going to present one team's approach in using SBT to declaratively encode our deployment steps.
Tags
Other videos that you might like

My Take on Scala 3 by Wiem Zine Elabidine
Wiem Zine Elabidine

Build Server Protocol and new IDEAs
Justin Kaeser, Jorge Vicente Cantero

Tips and Tricks for Running AWS Dependencies Locally
Maria-Livia Chiorean

Tools: I see what you did there: Incrementalism and Inference in Build Tools
Stu Hood