1 parent 431a094 commit 3e59c69Copy full SHA for 3e59c69
1 file changed
.github/workflows/release-dev.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Deploy to VPS
95
run: |
96
ssh -o StrictHostKeyChecking=no \
97
- ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << EOF
+ ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << 'EOF'
98
99
set -e
100
cd /home/ubuntu/app/be-yourmoments-backup
0 commit comments