🚀 Launch 2.0.0+2
This commit is contained in:
parent
455ffcac19
commit
654a71e852
13
.roadsignrc
Normal file
13
.roadsignrc
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"sync": {
|
||||||
|
"region": "solian-next",
|
||||||
|
"configPath": "roadsign.toml"
|
||||||
|
},
|
||||||
|
"deployments": [
|
||||||
|
{
|
||||||
|
"region": "solian-next",
|
||||||
|
"site": "solian-next-web",
|
||||||
|
"path": "build/web"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 2.0.0+1
|
version: 2.0.0+2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.4
|
sdk: ^3.5.4
|
||||||
@ -167,4 +167,3 @@ flutter_native_splash:
|
|||||||
branding: "assets/icon/branding-light.png"
|
branding: "assets/icon/branding-light.png"
|
||||||
branding_dark: "assets/icon/branding-dark.png"
|
branding_dark: "assets/icon/branding-dark.png"
|
||||||
branding_bottom_padding: 24
|
branding_bottom_padding: 24
|
||||||
|
|
||||||
|
9
roadsign.toml
Normal file
9
roadsign.toml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
id = "solian-next"
|
||||||
|
|
||||||
|
[[locations]]
|
||||||
|
id = "solian-next"
|
||||||
|
host = ["sn-next.solsynth.dev"]
|
||||||
|
path = ["/"]
|
||||||
|
[[locations.destinations]]
|
||||||
|
id = "solian-next-web"
|
||||||
|
uri = "files:///workdir/solian-next?fallback=index.html&index=index.html"
|
Loading…
Reference in New Issue
Block a user