Skip to content

Rory is a tool for deploying artifacts to a server.

Notifications You must be signed in to change notification settings

chris-martin/rory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rory is a tool for deploying artifacts to a server.

# Build and start the server
(cd rory; stack build; stack exec rory)

echo "hello" > /tmp/abc

curl -F xyz=@/tmp/abc http://localhost:3000

cat /tmp/upload
# Output: hello

Rory-server responds to SIGHUP by reloading the config file.

Log output goes to the systemd journal.

The name "Rory" has no meaning; I just happening to be watching The Gilmore Girls while I created this.

About

Rory is a tool for deploying artifacts to a server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published