Skip to content

gyts/tlp-deployer

 
 

Repository files navigation

Simple deployer that works over SSH public key authentication (supports pageant).

It was written in mind with deployment to Linux servers in mind.

It creates the following structure under deploy_dir:
  deploy_dir\
  -- 2016-04-17T18_45_29.994
  -- 2016-04-17T19_03_11.122
  # Latest release
  -- current -> 2016-04-17T19_03_11.122

It also cleans up old releases.

Use sbt (http://www.scala-sbt.org/) to create an executable jar:

> sbt clean stage

Output is placed in target/universal/stage

Then run it with:

> cd target/universal/stage
> bin/tlp-deployer

Or visit http://www.scala-sbt.org/sbt-native-packager/ for more info on packaging.

About

Simple Scala (JVM) based deployer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%