forked from BLC/sgeUpdated
Update .gitea/workflows/sgeupdated.yml
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 12s
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 12s
This commit is contained in:
@@ -21,7 +21,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} << 'EOF'
|
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} << 'EOF'
|
||||||
echo "✅ Connected to server. Running deploy script..."
|
echo "✅ Connected to server. Running deploy script..."
|
||||||
export SSH_PRIVATE_KEY="${{ secrets.SSH_PRIVATE_KEY }}"
|
|
||||||
cd /home/ubuntu/Bgreen/sgeUpdated
|
cd /home/ubuntu/Bgreen/sgeUpdated
|
||||||
./deploy.sh
|
./deploy.sh
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user