Fix deploy profile data file compatibility
This commit is contained in:
@@ -4,10 +4,13 @@ param(
|
||||
[switch]$SkipMigrations
|
||||
)
|
||||
|
||||
$deployScript = Join-Path $PSScriptRoot "scripts\deploy-ftp1.ps1"
|
||||
$profilePath = Join-Path $PSScriptRoot "scripts\deploy-ftp.profile.psd1"
|
||||
Set-StrictMode -Version Latest
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
& $deployScript `
|
||||
$scriptPath = Join-Path $PSScriptRoot "scripts/deploy-ftp1.ps1"
|
||||
$profilePath = Join-Path $PSScriptRoot "scripts/deploy-ftp.profile.psd1"
|
||||
|
||||
& $scriptPath `
|
||||
-ProfilePath $profilePath `
|
||||
-Password $Password `
|
||||
-SkipRecycle:$SkipRecycle `
|
||||
|
||||
Reference in New Issue
Block a user