Skip to content

Commit

Permalink
fix: add missing ci context to preview cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
stoksc authored Feb 26, 2024
1 parent b15d508 commit fa98bf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2987,7 +2987,9 @@ workflows:
- deploy:
name: deploy-preview-cluster
enable-cors: true
context: aws
context:
- aws
- aws-ci-cluster-default-user-credentials
filters:
branches:
only:
Expand Down

0 comments on commit fa98bf3

Please sign in to comment.