Parcourir la source

Use dev environment for db demo pages

Tienson Qin il y a 1 an
Parent
commit
e6a1e259b1
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .github/workflows/deploy-db-pages.yml

+ 4 - 0
.github/workflows/deploy-db-pages.yml

@@ -35,6 +35,10 @@ jobs:
       - name: Fetch yarn deps
         run: yarn cache clean && yarn install --frozen-lockfile
 
+      - name: Set Build Environment Variables
+        run: |
+          echo "ENABLE_FILE_SYNC_PRODUCTION=false" >> $GITHUB_ENV
+
       - name: Build Released-Web
         run: |
           yarn gulp:build && clojure -M:cljs release app  --config-merge '{:compiler-options {:source-map-include-sources-content false :source-map-detail-level :symbols}}'