Commit 3166b7c0 authored by Totara-thib's avatar Totara-thib Committed by GridexX
Browse files

chore(cloudflare_pages): update PAGES_BUILD_PATH value

parent e70e6a9d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.1.2] - 2023-03-03
* Change default value of PAGES_BUILD_PATH to "website_build"

## [0.1.1] - 2023-02-28
* Fix broken documentation links

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ cloudflare_pages:
    name: node:${IMAGE_TAG}
  stage: deploy
  variables:
    PAGES_BUILD_PATH: "build"
    PAGES_BUILD_PATH: "website_build"
    PROJECT_NAME: "$CI_PROJECT_PATH_SLUG" 
    PRODUCTION_BRANCH: $CI_DEFAULT_BRANCH
    DEPLOY_PRODUCTION: "true"