Update .gitea/workflows/sgeupdated.yml
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 12s

This commit is contained in:
2025-10-28 15:33:14 +03:00
parent fad8037371
commit dd1083db82

View File

@@ -21,7 +21,6 @@ jobs:
run: |
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} << 'EOF'
echo "✅ Connected to server. Running deploy script..."
export SSH_PRIVATE_KEY="${{ secrets.SSH_PRIVATE_KEY }}"
cd /home/ubuntu/Bgreen/sgeUpdated
./deploy.sh
EOF