Removed defunct iis deployment stage

This commit is contained in:
Ethan N. Paul 2018-01-10 14:09:54 -05:00
parent ad50e3cf45
commit 794bfe2a46
1 changed files with 6 additions and 6 deletions

View File

@ -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