fix: add flyctl and sync config

This commit is contained in:
Harsh Shandilya 2023-05-26 12:04:38 +05:30
parent 779020252f
commit 0519e95be5
No known key found for this signature in database
2 changed files with 8 additions and 3 deletions

View File

@ -114,7 +114,7 @@
devShells.default = pkgs.mkShell {
inputsFrom = builtins.attrValues self.checks;
nativeBuildInputs = with pkgs; [cargo-nextest cargo-release nil rustNightly];
nativeBuildInputs = with pkgs; [cargo-nextest cargo-release flyctl nil rustNightly];
CARGO_REGISTRIES_CRATES_IO_PROTOCOL = "sparse";
};

View File

@ -1,7 +1,12 @@
# fly.toml app configuration file generated for linkleaner on 2023-05-26T12:03:42+05:30
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "linkleaner"
primary_region = "ams"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
kill_timeout = "5s"
[build]
image = "registry.fly.io/linkleaner:latest"