Skip to content

Commit

Permalink
Merge pull request #7 from Sharpz7/developer
Browse files Browse the repository at this point in the history
Leaked Password
  • Loading branch information
Sharpz7 authored Jan 25, 2021
2 parents c99f303 + 7059a20 commit 7746d2c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
98 changes: 49 additions & 49 deletions sharpcd.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 1

tasks:
# basic_task:
# name: Basic
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/developer/testing/basic.yml
basic_task:
name: Basic
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/developer/testing/basic.yml

registry_task:
name: Registry
Expand All @@ -17,46 +17,46 @@ tasks:
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/developer/testing/registry.yml

# env_task:
# name: Enviroment Test Fail
# type: docker
# envfile: .env
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/developer/testing/env.yml

# external_task:
# name: External Docker Parts
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/developer/testing/external.yml

# env_task2:
# name: Enviroment Test Pass
# type: docker
# envfile: ./testing/.env
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/developer/testing/env.yml

# file_task:
# name: No Compose File
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/developer/testing/basic

# Delayed_task:
# name: Delayed stop
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/developer/testing/delayed.yml

# Restart_task:
# name: Test Log exit
# type: docker
# sharpurl: https://localhost:5666
# giturl: https://raw.githubusercontent.com/Sharpz7/
# compose: /sharpcd/developer/testing/restart.yml
env_task:
name: Enviroment Test Fail
type: docker
envfile: .env
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/developer/testing/env.yml

external_task:
name: External Docker Parts
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/developer/testing/external.yml

env_task2:
name: Enviroment Test Pass
type: docker
envfile: ./testing/.env
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/developer/testing/env.yml

file_task:
name: No Compose File
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/developer/testing/basic

Delayed_task:
name: Delayed stop
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/developer/testing/delayed.yml

Restart_task:
name: Test Log exit
type: docker
sharpurl: https://localhost:5666
giturl: https://raw.githubusercontent.com/Sharpz7/
compose: /sharpcd/developer/testing/restart.yml
2 changes: 1 addition & 1 deletion sharpdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.1
envfile: .env

values:
SECRET: '{\"secret\":\"2sXWC45S45vf7B6G6gh8G876m0FYJ\"}'
SECRET: '{\"secret\":\"$PASS\"}'

scripts:
build: go build -o ./internal/sharpcd ./src
Expand Down

0 comments on commit 7746d2c

Please sign in to comment.