Skip to content

Commit 3fb3d2a

Browse files
committed
Env -> Envs in example json.
Love the tool, but this tripped me up for quite a while. It looks like it's actually parsing "envs" and not "env" for environment variables in the deploy. Let me know if you disagree or if I'm misunderstanding something!
1 parent 022ecdc commit 3fb3d2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ example:
112112
"ImportPath": "github.com/bom-d-van/harp/test",
113113

114114
// will be applied to all servers
115-
"Env": {
115+
"Envs": {
116116
"var1": "value"
117117
},
118118

@@ -142,8 +142,8 @@ example:
142142
"ID": "pluto", // ID field could be used to specify server with `-server` flag
143143
"User": "app",
144144
// server specific env vars
145-
"Env": {
146-
"var1": "value"
145+
"Envs": {
146+
"var2": "value2"
147147
},
148148
"Host": "192.168.59.103",
149149
"Port": ":49155"

0 commit comments

Comments
 (0)