Browse Source

Update 'CiCd/deploy.vbs'

pull/5/head
dcovington 7 months ago
parent
commit
2f0098cd1a
1 changed files with 1 additions and 0 deletions
  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.