diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 882e413..6f925f9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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