File tree Expand file tree Collapse file tree 5 files changed +2
-7
lines changed Expand file tree Collapse file tree 5 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 3434 - name : Build production
3535 run : hugo --minify --destination public/prod
3636 - name : Build staging
37- run : hugo --environment=staging --minify --destination public/staging
37+ run : hugo --baseURL=https://staging.cryptomator.org/ -- environment=staging --minify --destination public/staging
3838 - name : Upload Prod Pages artifact
3939 uses : actions/upload-pages-artifact@v3
4040 with :
Original file line number Diff line number Diff line change 1+ baseURL : https://cryptomator.org/
12title : Cryptomator
23defaultContentLanguage : en
34
Original file line number Diff line number Diff line change 1- baseURL : https://cryptomator.org/
2-
31# API
42baseApiUrl : http://localhost
53storeApiUrl : http://localhost:8787/api
Original file line number Diff line number Diff line change 1- baseURL : https://cryptomator.org/
2-
31# API
42baseApiUrl : http://api.cryptomator.org
53storeApiUrl : https://store.cryptomator.org/api
Original file line number Diff line number Diff line change 1- baseURL : https://staging.cryptomator.org/
2-
31# API
42baseApiUrl : http://api.staging.cryptomator.cloud
53storeApiUrl : https://store.staging.cryptomator.org/
You can’t perform that action at this time.
0 commit comments