Fix deployment workflow defaults for CV project

- Set correct SERVICE_NAME default: cv
- Set correct REPO_PATH default: /home/txeo/Git/yo/cv
- Workflow now pulls code and restarts service correctly
This commit is contained in:
root
2025-10-31 11:20:49 +00:00
parent a5804936ba
commit e5e09926f1
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
SSH_HOST: ${{ secrets.SSH_HOST }}
SSH_USER: ${{ secrets.SSH_USER }}
SSH_PORT: ${{ secrets.SSH_PORT || '22' }}
SERVICE_NAME: ${{ secrets.SERVICE_NAME || 'cv-server' }}
REPO_PATH: ${{ secrets.REPO_PATH || '/opt/cv-server' }}
SERVICE_NAME: ${{ secrets.SERVICE_NAME || 'cv' }}
REPO_PATH: ${{ secrets.REPO_PATH || '/home/txeo/Git/yo/cv' }}
run: |
echo "🚀 Deploying to server..."