Migrated repository
Go to file
2021-11-20 15:49:23 +08:00
.github Update FUNDING.yml 2021-08-28 21:43:35 +08:00
controller A server agent 2021-11-09 14:12:28 +08:00
core U monitor 2021-10-15 15:58:24 +08:00
docker A server agent 2021-11-09 14:12:28 +08:00
docs U change log 2021-11-09 14:14:55 +08:00
middleware U 更改project_name为project_id作为触发webhook的标识 2020-08-21 10:31:36 +08:00
model A server notify 2021-11-20 15:49:23 +08:00
repository A svn rollback 2021-08-19 15:29:46 +08:00
route A server agent 2021-11-09 14:12:28 +08:00
service U monitor 2021-10-15 15:58:24 +08:00
task A server notify 2021-11-20 15:49:23 +08:00
test D custom http method 2020-09-18 20:18:27 +08:00
utils A svn support 2021-08-19 14:40:42 +08:00
web A batch command 2021-11-09 17:50:16 +08:00
ws A server configuration 2021-09-18 16:35:50 +08:00
.env.example A log stdout 2021-05-30 20:21:18 +08:00
.gitignore F repo factory 2021-08-15 23:27:22 +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 F repo factory 2021-08-15 23:27:22 +08:00
go.sum F repo factory 2021-08-15 23:27:22 +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 server agent 2021-11-09 14:12:28 +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 server agent 2021-11-09 14:12:28 +08:00
README.zh-CN.md A server agent 2021-11-09 14:12:28 +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

Document

Goploy-Agent Monitor server performance

Content

Background

Although most popular publishing tools are powerful, they are cumbersome to configure, difficult to get started, and difficult to use for projects.

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