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
Anomaly detection of monitoring data in Scala ecosystem
Rafał Bigaj, Bartłomiej Małecki
My Take on Scala 3 by Daniela Sfregola
Daniela Sfregola
Making third-party macro support in IntelliJ easier
Mikhail Mutcianko
Making Scalac faster – how hard can it be?
Rory Graves