We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6466d commit 3d7c0cdCopy full SHA for 3d7c0cd
.github/workflows/deploy-to-vps.yml
@@ -62,12 +62,7 @@ jobs:
62
ssh -i ~/.keys/vps_key.pem -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << 'EOF'
63
cd ~/milk-folio
64
65
- bash
66
-
67
- cat > .env <<EOF
68
- BACKEND_PORT=${{ secrets.BACKEND_PORT }}
69
- WEBVIEW_PORT=${{ secrets.WEBVIEW_PORT }}
70
- EOF
+ echo "BACKEND_PORT=${{ secrets.BACKEND_PORT }}\ WEBVIEW_PORT=${{ secrets.WEBVIEW_PORT }}" | cat > .env
71
72
EOF
73
0 commit comments