docs
This commit is contained in:
@@ -43,8 +43,8 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$projectName = "${{ gitea.repository_name }}"
|
$projectName = "${{ gitea.repository_name }}"
|
||||||
$basePath = "${{ secrets.DEPLOY_BASE_PATH }}"
|
$basePath = Join-Path "${{ secrets.DEPLOY_BASE_PATH }}" "dev"
|
||||||
$targetPath = Join-Path $basePath "dev" $projectName
|
$targetPath = Join-Path $basePath $projectName
|
||||||
|
|
||||||
# Crear directorio del proyecto si no existe
|
# Crear directorio del proyecto si no existe
|
||||||
if (Test-Path $targetPath) {
|
if (Test-Path $targetPath) {
|
||||||
|
Reference in New Issue
Block a user