Migrated repository
Go to file
2021-05-27 17:05:57 +08:00
.github 仓库重构 2020-08-04 14:28:25 +08:00
controller U review list 2021-05-26 11:09:28 +08:00
core A web 2021-05-27 17:05:57 +08:00
docs U project task ui 2021-04-07 18:31:31 +08:00
middleware U 更改project_name为project_id作为触发webhook的标识 2020-08-21 10:31:36 +08:00
model U review list 2021-05-26 11:09:28 +08:00
route U optimize server 2021-05-25 16:12:08 +08:00
service D old web 2021-05-27 14:10:00 +08:00
task U dial ssh 2021-02-12 16:21:05 +08:00
test D custom http method 2020-09-18 20:18:27 +08:00
utils U go embed file 2021-03-10 15:12:21 +08:00
web A web 2021-05-27 17:05:57 +08:00
ws A server 2021-05-20 17:25:57 +08:00
.env.example 仓库重构 2020-08-04 14:28:25 +08:00
.gitignore U doc 2021-03-03 15:11:12 +08:00
banner.png 仓库重构 2020-08-04 14:28:25 +08:00
build.bat U go embed file 2021-03-10 15:12:21 +08:00
build.sh U go embed file 2021-03-10 15:12:21 +08:00
go.mod U go embed file 2021-03-10 15:12:21 +08:00
go.sum U go embed file 2021-03-10 15:12:21 +08:00
goploy.png 仓库重构 2020-08-04 14:28:25 +08:00
goploy.sql U review list 2021-05-26 11:09:28 +08:00
LICENSE 仓库重构 2020-08-04 14:28:25 +08:00
logo.png 仓库重构 2020-08-04 14:28:25 +08:00
main.go U env comment 2021-05-19 16:39:33 +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 project task ui 2021-04-07 18:31:31 +08:00
README.zh-CN.md U project task ui 2021-04-07 18:31:31 +08:00
reload.bat 仓库重构 2020-08-04 14:28:25 +08:00
v1.0.3.sql A review 2020-09-25 20:05:25 +08:00
v1.0.4.sql U optimized code 2020-09-26 10:45:28 +08:00
v1.1.1.sql A deploy branch 2020-12-03 17:05:03 +08:00
v1.1.3.sql U doc 2021-01-06 17:32:20 +08:00
v1.1.6.sql A ssh key path, password 2021-02-07 15:43:02 +08:00
v1.3.1.sql U review list 2021-05-26 11:09:28 +08:00
Web.go D old web 2021-05-27 14:10:00 +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.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