Skip to content

Commit ce3ee22

Browse files
committed
fixed .env.example typo
1 parent a34741f commit ce3ee22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
# ensure .env exists (bootstrap on first deploy)
4444
if [ ! -f .env ]; then
45-
cp .example.env .env
45+
cp .env.example .env
4646
fi
4747
4848
# stop any running containers

0 commit comments

Comments
 (0)