Skip to content

Commit 4aaef85

Browse files
committed
fix: using bash cause idunno how to pipe files on fish
1 parent d311cce commit 4aaef85

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,9 @@ jobs:
6262
ssh -i ~/.keys/vps_key.pem -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << 'EOF'
6363
cd ~/milk-folio
6464
65-
cat > .env <<EOF
65+
bash -c cat > .env <<EOF
6666
BACKEND_PORT=${{ secrets.BACKEND_PORT }}
6767
WEBVIEW_PORT=${{ secrets.WEBVIEW_PORT }}
68-
VITE_BACKEND-URL=${{ secrets.VITE_BACKEND_URL }}
69-
BACKEND_HOST=${{ secrets.BACKEND_HOST }}
70-
WEBVIEW_URL=${{ secrets.WEBVIEW_URL }}
7168
EOF
7269
7370
EOF

0 commit comments

Comments
 (0)