Skip to content

Commit 2624b5c

Browse files
committed
[fix] Environment Variable injection of Docker building
1 parent 866674f commit 2624b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cat > .env.local <<EOF
2323
${{ secrets.ENV_FILE }}
2424
EOF
25-
cp .env .env.personal.local
25+
cp .env.local .env.personal.local
2626
2727
- uses: docker/[email protected]
2828
with:

0 commit comments

Comments
 (0)