From b3f50af4b84dbce524b5768b04a405256b090a9a Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Fri, 27 Mar 2026 15:41:49 +0000 Subject: [PATCH 1/2] update apollo staging url --- packages/cli/src/apollo/util.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli/src/apollo/util.ts b/packages/cli/src/apollo/util.ts index 5a9c2b599..a7a014810 100644 --- a/packages/cli/src/apollo/util.ts +++ b/packages/cli/src/apollo/util.ts @@ -3,8 +3,7 @@ import { ApolloOptions } from './command'; export const PRODUCTION_URL = 'https://apollo.openfn.org'; -//export const STAGING_URL = 'https://apollo-staging.openfn.org'; -export const STAGING_URL = 'http://34.95.82.109'; // use direct ip for now +export const STAGING_URL = 'https://apollo-staging.openfn.org'; export const LOCAL_URL = 'http://localhost:3000'; From 2c449e3315d941f8d6ab57a12a4f398c8da5f4bc Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Fri, 27 Mar 2026 15:42:08 +0000 Subject: [PATCH 2/2] changeset --- .changeset/short-rules-switch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/short-rules-switch.md diff --git a/.changeset/short-rules-switch.md b/.changeset/short-rules-switch.md new file mode 100644 index 000000000..920f709d2 --- /dev/null +++ b/.changeset/short-rules-switch.md @@ -0,0 +1,5 @@ +--- +'@openfn/cli': patch +--- + +apollo: update staging url