Commit c85a8b22 authored by Mark Harding's avatar Mark Harding
Browse files

(chore): add qa stage to engine

parent c3608afc
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ stages:
  - prepare
  - review
  - deploy:staging
  - qa
  - deploy:canary
  - deploy:production

@@ -127,6 +128,16 @@ review:stop:
      - master
      - test/gitlab-ci

qa:manual:
  stage: qa
  script:
    - echo "Manually approved"
  when: manual
  only:
    refs:
      - master
      - test/gitlab-ci

staging:fpm:
  stage: deploy:staging
  image: minds/ci:latest