Commit 3f27b3cf authored by Yann D'Isanto's avatar Yann D'Isanto
Browse files

feat(pages): declare the environment for pages job

parent 9be15045
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,9 @@ pages:
    paths:
      - public
    expire_in: 1 days
  environment:
    name: pages
    url: ${CI_PAGES_URL}
  rules:
    # on production branch(es)
    - if: '$CI_COMMIT_REF_NAME =~ $PROD_REF'