From 794bfe2a4640b16d1a7cb35af487a6c600daeb99 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Wed, 10 Jan 2018 14:09:54 -0500 Subject: [PATCH] Removed defunct iis deployment stage --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5343c97..94fa171 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,12 @@ stages: - deploy-apache -IIS Deployment: - stage: deploy-iis - script: - - powershell .\deploy.ps1 - tags: - - iis +#IIS Deployment: +# stage: deploy-iis +# script: +# - powershell .\deploy.ps1 +# tags: +# - iis Apache Deployment: stage: deploy-apache