Skip to content

Instantly share code, notes, and snippets.

View mrahhal's full-sized avatar

Mohammad Rahhal mrahhal

View GitHub Profile
1
00:00:20,286 --> 00:00:22,622
(チャイム)
2
2
00:00:25,325 --> 00:00:28,795
(ヴィーネ)
ん んん~ お昼かあ
@mrahhal
mrahhal / cloudSettings
Last active January 11, 2018 06:39
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-01-11T06:39:24.171Z","extensionVersion":"v2.8.7"}
@mrahhal
mrahhal / deploy.ps1
Created December 28, 2016 17:30
Deploying an Asp.NetCore website using msdeploy.
$webdeploy = "C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe"
$location = Get-Location | Select-Object $_.Path
$packOutput = Join-Path $location "bin\Release\netcoreapp1.1\publish"
$app_offline = Join-Path $location "app_offline-template.htm"
$iisApp = "..."
$computerName = "..."
$username = "..."
$password = "..."