#5 Update 'CiCd/deploy.vbs'

Merged
dcovington merged 1 commits from ci_cd into master 7 months ago
  1. +1
    -0
      CiCd/deploy.vbs

+ 1
- 0
CiCd/deploy.vbs View File

@@ -70,6 +70,7 @@ Sub CloneRepo
objFile.WriteLine("Data/png-transparent-arrow-arrow-angle-triangle-black-thumbnail.jpg") objFile.WriteLine("Data/png-transparent-arrow-arrow-angle-triangle-black-thumbnail.jpg")
objFile.WriteLine("dist/") objFile.WriteLine("dist/")
objFile.WriteLine("MVC/") objFile.WriteLine("MVC/")
objFile.WriteLine("Dependancies/")
objFile.WriteLine("index.asp") objFile.WriteLine("index.asp")
WshShell.Exec("git pull origin master") WshShell.Exec("git pull origin master")
End Sub End Sub

Loading…
Cancel
Save

Powered by TurnKey Linux.