Updated build script, removed tag to prevent run
This commit is contained in:
parent
0e89a82cd8
commit
cfbf8c70b7
@ -1,6 +1,8 @@
|
||||
sync_website:
|
||||
script:
|
||||
- cd "C:\inetpub\wwwroot\enpaul.net"
|
||||
- git pull
|
||||
- New-Item -Path "C:\inetpub\wwwroot\" -Name enpaul.new -ItemType Directory -Force
|
||||
- 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:
|
||||
- web
|
||||
- null
|
||||
|
Loading…
Reference in New Issue
Block a user