Migrated repository
Go to file
2022-01-21 10:46:11 +08:00
.github Update docker-image.yml 2021-11-23 11:55:16 +08:00
config A repositoryPath 2022-01-21 10:46:11 +08:00
controller A jump server 2022-01-15 14:21:31 +08:00
core A repositoryPath 2022-01-21 10:46:11 +08:00
docker A process table 2022-01-12 16:13:03 +08:00
docs U doc 2022-01-20 17:12:44 +08:00
middleware A support svn hook 2021-12-03 15:54:01 +08:00
model U sql 2022-01-17 13:58:23 +08:00
repository F git default branch 2022-01-20 21:40:29 +08:00
response U optimize code 2021-12-21 16:49:17 +08:00
route U optimize code 2021-12-21 16:49:17 +08:00
service A jump server 2022-01-15 14:21:31 +08:00
task A decode query 2022-01-08 21:35:57 +08:00
test U optimize code 2021-12-18 16:10:23 +08:00
utils F git default branch 2022-01-20 21:40:29 +08:00
web F git default branch 2022-01-20 21:40:29 +08:00
ws A jump server 2022-01-15 14:21:31 +08:00
.gitignore A env -> toml 2021-12-14 17:42:12 +08:00
banner.png 仓库重构 2020-08-04 14:28:25 +08:00
build.bat U build 2021-06-07 22:34:11 +08:00
build.sh A server agent 2021-11-09 14:12:28 +08:00
go.mod A decode query 2022-01-08 21:35:57 +08:00
go.sum A decode query 2022-01-08 21:35:57 +08:00
goploy.example.toml A repositoryPath 2022-01-21 10:46:11 +08:00
goploy.png 仓库重构 2020-08-04 14:28:25 +08:00
LICENSE 仓库重构 2020-08-04 14:28:25 +08:00
logo.png 仓库重构 2020-08-04 14:28:25 +08:00
main.go A process table 2022-01-12 16:13:03 +08:00
preview_zh.png U English readme 2020-09-04 19:13:08 +08:00
preview.png U English readme 2020-09-04 19:13:08 +08:00
README.md A toml 2021-12-15 16:17:31 +08:00
README.zh-CN.md A toml 2021-12-15 16:17:31 +08:00
reload.bat 仓库重构 2020-08-04 14:28:25 +08:00

logo

English | 简体中文

Name: go + deploy

A web deployment system tool!

Support all kinds of code release and rollback, which can be done through the web with one click!

Complete installation instructions, no difficulty in getting started!

Important note: The master branch may be in an unstable or unavailable state during the development process. Please use releases instead of master to obtain stable binary files.

DEMO admin:admin!@# (It may not be able to open, depending on the mood)

Docker

Dockerfile

Document

Goploy-Agent Monitor server performance

Jetbrains supports this project with GoLand licenses. We appreciate their support for free and open source software!

Content

Feature

Use Goploy to automate your development workflow, so you can focus on work that matters most.

Goploy is commonly used for:

  • Building projects
  • Deployment
  • Monitor app and server
  • Second cron
  • Xterm
  • Sftp
  • LDAP

Install

  1. Install mysql
  2. Download the latest release

Use

  1. Run ./goploy or goploy.exe or goploy.mac
  2. Follow the installation guide
  3. web http://ip:port (Account:Password admin:admin!@#)

Preview

Preview

Diagram

Diagram

Backend

  1. Install go >= 1.16
  2. go mod required
  3. edit .env ENV=dev
  4. go run main.go
  5. use gin (hot reload)

Frontend

  1. cd web
  2. vi .env.development
  3. npm run dev

Repository

Contribute

Issue

Create a pull request.

License

MIT © zhenorzz