diff --git a/.roadsignrc b/.roadsignrc new file mode 100644 index 0000000..6bbddce --- /dev/null +++ b/.roadsignrc @@ -0,0 +1,13 @@ +{ + "sync": { + "region": "solian-next", + "configPath": "roadsign.toml" + }, + "deployments": [ + { + "region": "solian-next", + "site": "solian-next-web", + "path": "build/web" + } + ] +} diff --git a/pubspec.yaml b/pubspec.yaml index 4e27b72..006d858 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 # 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. -version: 2.0.0+1 +version: 2.0.0+2 environment: sdk: ^3.5.4 @@ -167,4 +167,3 @@ flutter_native_splash: branding: "assets/icon/branding-light.png" branding_dark: "assets/icon/branding-dark.png" branding_bottom_padding: 24 - diff --git a/roadsign.toml b/roadsign.toml new file mode 100644 index 0000000..62a71c1 --- /dev/null +++ b/roadsign.toml @@ -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"