Skip to content

Commit

Permalink
Change the domain used for prototypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Nov 7, 2024
1 parent e982044 commit a61cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fastlane_require 'dotenv'
UI.user_error!('Please run fastlane via `bundle exec`') unless FastlaneCore::Helper.bundler?

USER_ENV_FILE_PATH = File.join(Dir.home, '.simplenoteandroid-env.default')
PROTOTYPE_BUILD_DOMAIN = 'https://d2twmm2nzpx3bg.cloudfront.net'
PROTOTYPE_BUILD_DOMAIN = 'https://cdn.a8c-ci.services'

before_all do
# TODO: Use EnvManager — https://github.com/wordpress-mobile/release-toolkit/pull/578
Expand Down

0 comments on commit a61cdb4

Please sign in to comment.