Skip to content

Commit

Permalink
Merge pull request #27 from SharpSet/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Sharpz7 authored Jun 14, 2022
2 parents 96f509d + 4f8b994 commit ca3f35a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![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 || 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.
Expand All @@ -25,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:
Expand All @@ -34,15 +35,15 @@ 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:
name: Enviroment Test
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
```
Expand Down
16 changes: 8 additions & 8 deletions sharpcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -18,30 +18,30 @@ 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:
name: Enviroment Test Fail
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:
name: Enviroment Test Pass
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
Expand All @@ -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
Expand All @@ -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

0 comments on commit ca3f35a

Please sign in to comment.