Skip to content

Commit 3dee7d0

Browse files
committed
docs: clarify PROJECT_PREFIX comments in deploy workflow
1 parent e14737e commit 3dee7d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
env:
1010
REGISTRY: ghcr.io
11-
# Project prefix – change this in repo secrets/variables to rename everything
12-
PROJECT_PREFIX: "taimako" # Add to github repo actions variables
11+
# Project prefix – change this to rename everything
12+
PROJECT_PREFIX: "taimako"
1313

1414
# Container and network names (derived from prefix)
1515
POSTGRES_CONTAINER: ${{ env.PROJECT_PREFIX }}_postgres

0 commit comments

Comments
 (0)