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 34
34
- name : Build production
35
35
run : hugo --minify --destination public/prod
36
36
- 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
38
38
- name : Upload Prod Pages artifact
39
39
uses : actions/upload-pages-artifact@v3
40
40
with :
Original file line number Diff line number Diff line change
1
+ baseURL : https://cryptomator.org/
1
2
title : Cryptomator
2
3
defaultContentLanguage : en
3
4
Original file line number Diff line number Diff line change 1
- baseURL : https://cryptomator.org/
2
-
3
1
# API
4
2
baseApiUrl : http://localhost
5
3
storeApiUrl : http://localhost:8787/api
Original file line number Diff line number Diff line change 1
- baseURL : https://cryptomator.org/
2
-
3
1
# API
4
2
baseApiUrl : http://api.cryptomator.org
5
3
storeApiUrl : https://store.cryptomator.org/api
Original file line number Diff line number Diff line change 1
- baseURL : https://staging.cryptomator.org/
2
-
3
1
# API
4
2
baseApiUrl : http://api.staging.cryptomator.cloud
5
3
storeApiUrl : https://store.staging.cryptomator.org/
You can’t perform that action at this time.
0 commit comments