From 0d41dafa33431e43f32213c4ec1a2b8a4555ebd9 Mon Sep 17 00:00:00 2001 From: Srikanth L Date: Sun, 22 Dec 2024 19:18:05 +0000 Subject: [PATCH] Recreate app for machine failure --- fly.staging.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fly.staging.toml b/fly.staging.toml index f9bb87c..42e058e 100644 --- a/fly.staging.toml +++ b/fly.staging.toml @@ -2,12 +2,9 @@ # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = "gplayapidev2" +app = "gplayapidev" primary_region = "sin" -[deploy] -exclude-machines = "9080edea6460d8" - [build] image = "ghcr.io/srikanthlogic/google-play-api:dev"