Skip to content

Commit

Permalink
Use context instead repository defined environment variables (#6070)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-deriv committed Aug 3, 2022
1 parent 62eade1 commit a9b2846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ workflows:
branches:
only: /^master$/
- publish_cloudflare_staging:
context: binary-frontend-artifact-upload
requires:
- release_staging
filters:
Expand All @@ -317,6 +318,7 @@ workflows:
tags:
only: /^production.*/
- publish_cloudflare_production:
context: binary-frontend-artifact-upload
requires:
- release_production
filters:
Expand Down

1 comment on commit a9b2846

@vercel
Copy link

@vercel vercel bot commented on a9b2846 Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.