A Lapis web application deploy program, written in Go!
Go to file
2024-03-08 15:55:13 -06:00
.gitignore Add configuration file (fix #5) 2024-03-08 15:16:33 -06:00
config.go Add 'port' configuration option (fix #7) 2024-03-08 15:55:13 -06:00
config.json Add 'port' configuration option (fix #7) 2024-03-08 15:55:13 -06:00
deploy_error.go Add package comment to deploy_error.go 2024-03-08 15:50:54 -06:00
go.mod Allow passing in a configuration file with argparse (fix #6) 2024-03-08 15:50:30 -06:00
go.sum Allow passing in a configuration file with argparse (fix #6) 2024-03-08 15:50:30 -06:00
main.go Add 'port' configuration option (fix #7) 2024-03-08 15:55:13 -06:00
README.md Init commit 2024-03-07 15:11:25 -06:00
site.go Split up code into multiple files (fix #4) 2024-03-08 15:36:11 -06:00

LapisDeploy

Lapis web application deployment program, written in Go!