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 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';