Skip to content

Commit 2d90b5c

Browse files
git commit -m 'updated formatting'
1 parent 7b5fe93 commit 2d90b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autodeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Move to backend
5353
cd ../backend
5454
rm -f .env # Delete the existing .env file
55-
echo "NODE_ENV=development" > .env && \
55+
echo "NODE_ENV=\"development\"" > .env && \
5656
echo "PORT=8081" >> .env && \
5757
echo "CLIENT_APP_URL=\"http://localhost:5173\"" >> .env && \
5858
echo "DATABASE_URL=\"${{ secrets.DATABASE_URL }}\"" >> .env && \

0 commit comments

Comments
 (0)