Skip to content

Commit 3e59c69

Browse files
committed
chore : Fix eof issue
1 parent 431a094 commit 3e59c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Deploy to VPS
9595
run: |
9696
ssh -o StrictHostKeyChecking=no \
97-
${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << EOF
97+
${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << 'EOF'
9898
9999
set -e
100100
cd /home/ubuntu/app/be-yourmoments-backup

0 commit comments

Comments
 (0)