Updated build script, removed tag to prevent run

This commit is contained in:
Ethan N. Paul 2017-08-29 11:50:11 -04:00
parent 0e89a82cd8
commit cfbf8c70b7
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
sync_website: sync_website:
script: script:
- cd "C:\inetpub\wwwroot\enpaul.net" - New-Item -Path "C:\inetpub\wwwroot\" -Name enpaul.new -ItemType Directory -Force
- git pull - Copy-Item -Path .\* -Destination "C:\inetpub\wwwroot\enpaul.new\" -Force -Recurse
- Rename-Item -path .\CKCADTech -NewName CKCAD -Force
- Remove-Item -path "C:\inetpub\wwwroot\enpaul.net\*" -Recurse -Force
tags: tags:
- web - null