Skip to content

Commit

Permalink
fix: remove extraneous node env
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Dec 4, 2024
1 parent 51a70bb commit d58a2b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
touch env
echo "MONGO_PROD_DB=${MONGO_PROD_DB}" > env
echo "node_env=${NODE_ENV}" >> env
echo "FRONTEND_LINK=${FRONTEND_LINK}" >> env
echo "NODE_ENV=${NODE_ENV}" >> env
echo "PUSHER_CLUSTER=${PUSHER_CLUSTER}" >> env
Expand Down

0 comments on commit d58a2b0

Please sign in to comment.