Skip to content

Commit 6eb01c4

Browse files
committed
chore/ci: changing config env variable names
1 parent 6f6f5d0 commit 6eb01c4

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

.github/workflows/deploy.yml

Whitespace-only changes.

.github/workflows/deployment.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

milk-backend/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ use envconfig::Envconfig;
22

33
#[derive(Envconfig)]
44
pub struct Env {
5-
#[envconfig(from = "HOST")]
5+
#[envconfig(from = "BACKEND_HOST")]
66
pub host: String,
77

8-
#[envconfig(from = "PORT")]
8+
#[envconfig(from = "BACKEND_PORT")]
99
pub port: u16,
1010

1111
#[envconfig(from = "WEBVIEW_URL")]

0 commit comments

Comments
 (0)