Skip to content
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

Merged
merged 11 commits into from
Aug 14, 2024
Merged

ci: update deploy workflows #336

merged 11 commits into from
Aug 14, 2024

Conversation

bang9
Copy link
Contributor

@bang9 bang9 commented Aug 13, 2024

Changes

  • Update deploy workflow

    AS-IS: A tag creation triggers the self-service deploy workflow.
    TO-BE: A merge event triggers the self-service deploy workflow.

ticket: SECURE-601 AC-3561

Copy link

netlify bot commented Aug 13, 2024

Deploy Preview for chat-ai-widget ready!

Name Link
🔨 Latest commit 02a17c5
🔍 Latest deploy log https://app.netlify.com/sites/chat-ai-widget/deploys/66bb2abdabe9630008b315bd
😎 Deploy Preview https://deploy-preview-336--chat-ai-widget.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bang9 bang9 self-assigned this Aug 13, 2024
@bang9 bang9 added the 1.7.8 label Aug 13, 2024
Copy link

github-actions bot commented Aug 13, 2024

Size Change: 0 B

Total Size: 619 kB

ℹ️ View Unchanged
Filename Size
./dist/__bundle-2aa1a987-********.js 2.63 kB
./dist/__bundle-347d730c-********.js 4.01 kB
./dist/__bundle-95b1bd50-********.js 892 B
./dist/index-********.js 312 kB
./dist/index.es.js 171 B
./dist/index.umd.js 291 kB
./dist/style.css 7.95 kB

compressed-size-action

@bang9 bang9 requested a review from AhyoungRyu August 13, 2024 09:38
@bang9 bang9 requested a review from liamcho August 14, 2024 01:06
s3_bucket: $S3_BUCKET
distribution_id: $DISTRIBUTION_ID
role_arn: $ROLE_ARN
requires:
- build
context:
- circleci-dashboard-bot

deploy_stg:
Copy link
Contributor

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?

Copy link
Contributor Author

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+)?$/

@bang9 bang9 requested a review from liamcho August 14, 2024 08:21
Copy link
Contributor

@liamcho liamcho left a comment

Choose a reason for hiding this comment

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

LGTM

@bang9 bang9 merged commit 1cba826 into develop Aug 14, 2024
10 checks passed
@bang9 bang9 deleted the ci/secure-deployment branch August 14, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants