A Lapis web application deploy program, written in Go!
Go to file
2024-04-16 10:00:08 -05:00
.gitignore Switch main configuration language to Lua (fix #28) 2024-03-27 11:26:10 -05:00
config.go Make sure Lua values are actually tables before accessing them (fix #44) 2024-04-16 10:00:08 -05:00
deploy_error.go Add DeployError.ToString() (fix #43) 2024-04-15 15:33:26 -05:00
go.mod Switch main configuration language to Lua (fix #28) 2024-03-27 11:26:10 -05:00
go.sum Switch main configuration language to Lua (fix #28) 2024-03-27 11:26:10 -05:00
main.go Store circle emoji in a map (fix #34) 2024-04-12 11:19:43 -05:00
matrix_commands.go Allow using "all" as an argument to !stop / !start / !restart (fix #39) 2024-04-15 16:09:48 -05:00
matrix.go Remove extra spacing from matrix error message 2024-04-12 11:21:41 -05:00
README.md Init commit 2024-03-07 15:11:25 -06:00
site.go Make sure Lua values are actually tables before accessing them (fix #44) 2024-04-16 10:00:08 -05:00

LapisDeploy

Lapis web application deployment program, written in Go!