From fdcbb41daeb011dbf072a0e01c101283b58d1ea3 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Tue, 29 Aug 2017 16:39:36 -0400 Subject: [PATCH] Modified yaml call of ps script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16974d1..8bedb7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ sync_website: script: - - .\deploy.ps1 + - powershell .\deploy.ps1 tags: - web