Skip to content

Commit 626a115

Browse files
committed
fix: putting enter on .env
1 parent 3d7c0cd commit 626a115

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-to-vps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
ssh -i ~/.keys/vps_key.pem -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << 'EOF'
6363
cd ~/milk-folio
6464
65-
echo "BACKEND_PORT=${{ secrets.BACKEND_PORT }}\ WEBVIEW_PORT=${{ secrets.WEBVIEW_PORT }}" | cat > .env
65+
echo "BACKEND_PORT=${{ secrets.BACKEND_PORT }}
66+
WEBVIEW_PORT=${{ secrets.WEBVIEW_PORT }}" | cat > .env
6667
6768
EOF
6869

0 commit comments

Comments
 (0)