Migrated repository
Go to file
2021-08-28 21:43:35 +08:00
.github Update FUNDING.yml 2021-08-28 21:43:35 +08:00
controller A symlink backup number 2021-08-20 10:36:25 +08:00
core F repo factory 2021-08-15 23:27:22 +08:00
docker A update app version 2021-08-20 11:26:37 +08:00
docs A update app version 2021-08-20 11:26:37 +08:00
middleware U 更改project_name为project_id作为触发webhook的标识 2020-08-21 10:31:36 +08:00
model F sql 2021-08-24 10:02:47 +08:00
repository A svn rollback 2021-08-19 15:29:46 +08:00
route A sftp 2021-07-09 20:46:12 +08:00
service D stderr not stand for error 2021-08-28 16:27:04 +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 A svn support 2021-08-19 14:40:42 +08:00
web F cyclic dependency 2021-08-27 23:15:55 +08:00
ws F repo factory 2021-08-15 23:27:22 +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 U go embed file 2021-03-10 15:12:21 +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 update app version 2021-08-20 11:26:37 +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 docker support 2021-06-01 14:59:54 +08:00
README.zh-CN.md A docker support 2021-06-01 14:59:54 +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
v1.3.3.sql F sql error 2021-07-17 11:19:23 +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

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