mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
cloudfront cache invalidation is annoying atm
This commit is contained in:
parent
7f9a4049ca
commit
788b647c5c
1 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@ module.exports = {
|
|||
publish: {
|
||||
provider: "generic",
|
||||
// TODO: replace this with tea branded domain: gui-dist.tea.xyz
|
||||
url: "https://d2ovumu63qzbn6.cloudfront.net/"
|
||||
// url: "https://d2ovumu63qzbn6.cloudfront.net/"
|
||||
url: "https://s3.amazonaws.com/preview.gui.tea.xyz/release"
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue