Merge pull request 'dev' (#10) from dev into master

Reviewed-on: #10
This commit is contained in:
2025-09-01 16:55:10 +02:00

View File

@@ -41,7 +41,7 @@ jobs:
shell: powershell shell: powershell
run: | run: |
$projectName = "${{ vars.GIT_REPOSITORY }}" $projectName = "${{ vars.GIT_REPOSITORY }}"
$basePath = Join-Path "${{ secrets.DEPLOY_BASE_PATH }}" $basePath = "${{ secrets.DEPLOY_BASE_PATH }}"
$targetPath = Join-Path $basePath $projectName $targetPath = Join-Path $basePath $projectName
# Crear directorio del proyecto si no existe # Crear directorio del proyecto si no existe