Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# server
.editorconfig
.git
docs/
README.md
.env
sqlite3.db
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/publish-docs.yaml

This file was deleted.

File renamed without changes.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gitploy

<p align="center">
<img src="./docs/images/logo_400.png"><br/>
<img src="./images/logo.png"><br/>
<a href="https://www.producthunt.com/posts/gitploy?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-gitploy" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=322626&theme=light" alt="Gitploy - Build the deployment system around GitHub in minutes. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<a href="https://www.producthunt.com/posts/gitploy?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-gitploy" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=322626&theme=light&period=daily" alt="Gitploy - Build the deployment system around GitHub in minutes. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<br/>
Expand All @@ -21,7 +21,7 @@ GitHub provides the [deployment API](https://docs.github.com/en/rest/reference/d

Gitploy enables your organization **to build the deployment system around deployment API in minutes**, and it provides the place to manage all deployment and deploying in the same manner.

![gitploy](./docs/images/gitploy.gif)
![gitploy](./images/gitploy.gif)


## Features
Expand Down Expand Up @@ -57,12 +57,8 @@ Documentation | Community | Installation Guide | Docker Image
--- |--- |--- |---
📚 [Documentation](https://www.gitploy.io/docs/) |❓ [Community](https://github.com/gitploy-io/gitploy/discussions) / 💬 [Slack](https://join.slack.com/t/gitploy/shared_invite/zt-112wz7qtz-HuZXMM_DaEEo1VDdsCUSRg)|📖 [Installation Guide](https://www.gitploy.io/docs/tasks/installation/) |🐋 [Docker Image](https://hub.docker.com/repository/docker/gitployio/gitploy)

### Articles

* [Enterprise-level deployment system for Kubernetes](https://dev.to/hanjunlee/enterprise-level-deployment-system-for-kubernetes-6eg)

## Contributors

Don't be afraid to contribute! We have many things you can do to help out. If you're trying to contribute but stuck, please tag [@hanjunlee](https://github.com/hanjunlee).

You can check the [contributing](./docs/contributing.md) for exact details on how to contribute.
You can check the [contributing](./CONTRIBUTING.md) for exact details on how to contribute.
6 changes: 0 additions & 6 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ envs:
- hanjunlee
- noah-qa
deployable_ref: 'v.*\..*\..*'

- name: docs
task: ${GITPLOY_DEPLOY_TASK:=rollback}:docs
auto_merge: false
description: Publish the documentation of Gitploy.
required_contexts: []
99 changes: 0 additions & 99 deletions docs/concepts/deploy.yml.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/concepts/deployment.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/concepts/how-it-work.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/concepts/license.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/concepts/lock.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/concepts/metrics.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/concepts/notification.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/concepts/permission.md

This file was deleted.

Loading