Migrated repository
Go to file
2020-09-04 19:19:22 +08:00
.github 仓库重构 2020-08-04 14:28:25 +08:00
controller A path project_id 2020-09-04 17:19:53 +08:00
core A path project_id 2020-09-04 17:19:53 +08:00
docs U English readme 2020-09-04 19:13:08 +08:00
middleware U 更改project_name为project_id作为触发webhook的标识 2020-08-21 10:31:36 +08:00
model A i18n 2020-09-02 17:08:11 +08:00
repository/template-package 仓库重构 2020-08-04 14:28:25 +08:00
route U Optimized code 2020-08-20 14:16:37 +08:00
service A path project_id 2020-09-04 17:19:53 +08:00
statik A path project_id 2020-09-04 17:19:53 +08:00
task U 更改project_name为project_id作为触发webhook的标识 2020-08-21 10:31:36 +08:00
test 仓库重构 2020-08-04 14:28:25 +08:00
utils U Optimized code 2020-09-04 09:36:23 +08:00
web A path project_id 2020-09-04 17:19:53 +08:00
ws U Optimized code 2020-09-04 09:36:23 +08:00
.env.example 仓库重构 2020-08-04 14:28:25 +08:00
.gitignore 仓库重构 2020-08-04 14:28:25 +08:00
banner.png 仓库重构 2020-08-04 14:28:25 +08:00
build.bat 仓库重构 2020-08-04 14:28:25 +08:00
go.mod 仓库重构 2020-08-04 14:28:25 +08:00
go.sum 仓库重构 2020-08-04 14:28:25 +08:00
goploy.png 仓库重构 2020-08-04 14:28:25 +08:00
goploy.sql A i18n 2020-09-02 17:08:11 +08:00
LICENSE 仓库重构 2020-08-04 14:28:25 +08:00
logo.png 仓库重构 2020-08-04 14:28:25 +08:00
main.go U Optimized code 2020-09-04 09:36:23 +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 U readme 2020-09-04 19:19:22 +08:00
README.zh-CN.md U readme 2020-09-04 19:19:22 +08:00
reload.bat 仓库重构 2020-08-04 14:28:25 +08:00
v2_ddl.sql 仓库重构 2020-08-04 14:28:25 +08:00
v2.5_ddl.sql 仓库重构 2020-08-04 14:28:25 +08:00
v2.8_ddl.sql 仓库重构 2020-08-04 14:28:25 +08:00
v2.9.1_ddl.sql 仓库重构 2020-08-04 14:28:25 +08:00
v3_ddl.sql 仓库重构 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)

Document

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.13
  2. go mod required
  3. go run main.go
  4. 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