Updated build script, removed tag to prevent run
This commit is contained in:
parent
0e89a82cd8
commit
cfbf8c70b7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user