Initial docs, ported scripts from picknplay
This commit is contained in:
23
scripts/deploy-ftp.profile.psd1
Normal file
23
scripts/deploy-ftp.profile.psd1
Normal file
@@ -0,0 +1,23 @@
|
||||
@{
|
||||
ProjectPath = "..\RpgRoller\RpgRoller.csproj"
|
||||
Configuration = "Release"
|
||||
Runtime = "win-x64"
|
||||
PublishDir = "%TEMP%\RpgRoller-publish"
|
||||
SelfContained = $false
|
||||
|
||||
WinScpPath = "C:\Users\frank\AppData\Local\Programs\WinSCP\WinSCP.com"
|
||||
RemoteDir = "/httpdocs/rpgroller"
|
||||
BasePath = "/rpgroller"
|
||||
FtpHost = "xTr1m.com"
|
||||
FtpUser = "xTr1m"
|
||||
|
||||
RecycleAppPool = $true
|
||||
AppPoolName = "xTr1m.com(domain)(4.0)(pool)"
|
||||
WinRmComputer = "xTr1m.com"
|
||||
WinRmCredentialUser = "Administrator"
|
||||
UseWinRmHttps = $true
|
||||
WinRmAuth = "Basic"
|
||||
|
||||
RunEfMigrations = $false
|
||||
RemoteSitePath = "C:\Inetpub\vhosts\xTr1m.com\httpdocs\rpgroller"
|
||||
}
|
||||
Reference in New Issue
Block a user