Commit ec600c36 authored by Imran Hussain's avatar Imran Hussain
Browse files

Add "enviroments" to the sucssite ci thing.

parent ebd2ef8d
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ fake-deploy-beta:
   - echo "Hello World!"
  only:
   - beta
  environment: beta

fake-deploy-live:
  stage: deploy
@@ -43,3 +44,4 @@ fake-deploy-live:
   - echo "Hello World!"
  only:
   - sucs-site
  environment: live
 No newline at end of file