-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update deploy workflows #336
Conversation
✅ Deploy Preview for chat-ai-widget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size Change: 0 B Total Size: 619 kB ℹ️ View Unchanged
|
s3_bucket: $S3_BUCKET | ||
distribution_id: $DISTRIBUTION_ID | ||
role_arn: $ROLE_ARN | ||
requires: | ||
- build | ||
context: | ||
- circleci-dashboard-bot | ||
|
||
deploy_stg: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When is deploy_stg being triggered?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will remain unchanged. The trigger is as follows.
filters: &only_version_tag_trigger_staging
tags:
only: /^v\d+\.\d+\.\d+-staging(\.\d+)?$/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changes
ticket: SECURE-601 AC-3561