Compare commits
4 Commits
e6ce22ca93
...
2ea9b4363b
Author | SHA1 | Date | |
---|---|---|---|
2ea9b4363b | |||
f96b5ee0d7 | |||
a5fdd18315 | |||
42c30478e7 |
@@ -41,7 +41,7 @@ jobs:
|
||||
shell: powershell
|
||||
run: |
|
||||
$projectName = "${{ vars.GIT_REPOSITORY }}"
|
||||
$basePath = Join-Path "${{ secrets.DEPLOY_BASE_PATH }}"
|
||||
$basePath = "${{ secrets.DEPLOY_BASE_PATH }}"
|
||||
$targetPath = Join-Path $basePath $projectName
|
||||
|
||||
# Crear directorio del proyecto si no existe
|
||||
|
Reference in New Issue
Block a user