From a49cf2deabdec97fa15f3b5785eef45cc07dd91c Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Tue, 14 Jun 2022 20:09:34 +0000 Subject: [PATCH 1/2] Testing logo --- README.md | 3 ++- sharpcd.yml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index accb56c..664d040 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![CircleCI](https://circleci.com/gh/Sharpz7/sharpcd.svg?style=svg)](https://circleci.com/gh/Sharpz7/sharpcd) -# SharpCD || Continuous Development for your server! +![SharpCD](https://files.mcaq.me/043h0.png) +# Continuous Development for your server! SharpCD is a simple, yet powerful, continuous development tool for your server. It allows you to easily deploy, manage and track docker-compose projects from any location. diff --git a/sharpcd.yml b/sharpcd.yml index f2f980a..0971028 100644 --- a/sharpcd.yml +++ b/sharpcd.yml @@ -9,7 +9,7 @@ tasks: name: Basic type: docker sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/basic.yml registry_task: @@ -18,7 +18,7 @@ tasks: registry: docker.mcaq.me envfile: .env sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/registry.yml env_task: @@ -26,14 +26,14 @@ tasks: type: docker envfile: .env sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/env.yml external_task: name: External Docker Parts type: docker sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/external.yml env_task2: @@ -41,7 +41,7 @@ tasks: type: docker envfile: ./testing/.env sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/env.yml depends: - env_task @@ -51,7 +51,7 @@ tasks: name: No Compose File type: docker sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/basic depends: - env_task2 @@ -60,14 +60,14 @@ tasks: name: Test Log exit type: docker sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/restart.yml trak_task: name: Trak Log Test type: docker sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/trak.yml depends: - file_task \ No newline at end of file From 4f8b994ab607c3a65854fdb347ef4e5b57258092 Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Tue, 14 Jun 2022 20:12:09 +0000 Subject: [PATCH 2/2] Ready to go --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 664d040..e30c5dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CircleCI](https://circleci.com/gh/Sharpz7/sharpcd.svg?style=svg)](https://circleci.com/gh/Sharpz7/sharpcd) +[![CircleCI](https://circleci.com/gh/SharpSet/sharpcd.svg?style=svg)](https://circleci.com/gh/SharpSet/sharpcd) ![SharpCD](https://files.mcaq.me/043h0.png) # Continuous Development for your server! @@ -26,7 +26,7 @@ tasks: name: Basic type: docker sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/basic.yml registry_task: @@ -35,7 +35,7 @@ tasks: registry: docker.mcaq.me envfile: .env sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/registry.yml env_task: @@ -43,7 +43,7 @@ tasks: type: docker envfile: .env sharpurl: https://localhost:5666 - giturl: https://raw.githubusercontent.com/Sharpz7/ + giturl: https://raw.githubusercontent.com/SharpSet/ compose: /sharpcd/dev/testing/env.yml ```