docs
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user