Skip to content

Commit 7463401

Browse files
ndelvallegillchristian
authored andcommitted
Add metadata
1 parent 32587d0 commit 7463401

File tree

4 files changed

+226
-59
lines changed

4 files changed

+226
-59
lines changed

.threshfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
port = 8080
22
logs_dir = "./logs"
3+
secret = "secret"
34

45
[[projects]]
5-
repository = "test/test"
6-
branch = "master"
6+
name = "test"
77
path = "~/"
88
commands = [
99
"ls",
@@ -15,8 +15,7 @@ commands = [
1515
]
1616

1717
[[projects]]
18-
repository = "gillchristian/tsplay.dev"
19-
branch = "master"
18+
name = "tsplay"
2019
path = "~/dev/tsplay"
2120
commands = [
2221
# "docker pull gillchristian/tsplay:latest",
@@ -28,8 +27,7 @@ commands = [
2827
]
2928

3029
[[projects]]
31-
repository = "ndelvalle/sarasa"
32-
branch = "master"
30+
name = "sarasa"
3331
path = "~/code/sarasa"
3432
commands = [
3533
"git pull",

Cargo.lock

Lines changed: 161 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ serde = "1.0"
2222
serde_json = "1.0"
2323
shellexpand = "2.0"
2424
toml = "0.5"
25+
async-std = "1.6.1"

0 commit comments

Comments
 (0)