Update .gitea/workflows/deploy.yml #10

Merged
woutervermeer merged 1 commits from woutervermeer-patch-5 into main 2026-03-08 14:30:03 +00:00
Showing only changes of commit 01c8640d38 - Show all commits

View File

@@ -23,7 +23,7 @@ jobs:
- name: Deploy
run: |
ssh -i ~/.ssh/id_rsa ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }} << 'EOF'
cd /path/to/Quatsh-Website
cd ~/Quatsh-Website
echo "Pulling latest code..."
git pull origin main