From 5b0c37b1a6e46a2e56c346c7ec46e06b521a5926 Mon Sep 17 00:00:00 2001 From: Alex McLeod Date: Fri, 23 Feb 2024 15:10:16 +1300 Subject: [PATCH] setup deployment --- fly.production.toml | 2 +- fly.staging.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.production.toml b/fly.production.toml index 6e345384..8c8bb2ea 100644 --- a/fly.production.toml +++ b/fly.production.toml @@ -3,7 +3,7 @@ # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = 'ssr-template' +app = 'wdcc-auis' primary_region = 'syd' [build] diff --git a/fly.staging.toml b/fly.staging.toml index 2748d887..d83b74c2 100644 --- a/fly.staging.toml +++ b/fly.staging.toml @@ -3,7 +3,7 @@ # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = 'ssr-template-staging' +app = 'wdcc-auis-staging' primary_region = 'syd' [build]