Update sgeupdated pipeline v25+
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 7s

This commit is contained in:
2025-10-28 15:04:50 +03:00
parent 61faf1bf46
commit fad8037371

View File

@@ -21,6 +21,7 @@ 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