A one-way sync from laptop to an EC2 instance.
To prepare an assembly jar, ready to be tested and deployed in the universe/
$ ./mill launcher.assembly
The result can be found in out/launcher/assembly/dest/out.jar
To run all tests (takes a long time):
$ ./mill devbox.test
$ ./mill -i devbox.repl
There is a Github Action to release Devbox.
Just run the workflow on the target branch (usually master) with the new version number and check the releases page