This commit is contained in:
2025-09-01 16:12:59 +02:00
parent 52d19ed9f5
commit 4404ec6504

View File

@@ -43,8 +43,8 @@ jobs:
shell: powershell
run: |
$projectName = "${{ gitea.repository_name }}"
$basePath = "${{ secrets.DEPLOY_BASE_PATH }}"
$targetPath = Join-Path $basePath "dev" $projectName
$basePath = Join-Path "${{ secrets.DEPLOY_BASE_PATH }}" "dev"
$targetPath = Join-Path $basePath $projectName
# Crear directorio del proyecto si no existe
if (Test-Path $targetPath) {