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

Core/storybook auto deploy #1295

Merged
merged 28 commits into from
Dec 10, 2020
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
cdada14
fix urls in examples
clairesunstudio Dec 8, 2020
9043231
clean up and add version in theme title
clairesunstudio Dec 8, 2020
6ec367a
add build core rush command
clairesunstudio Dec 8, 2020
1bf5490
Merge branch 'core/storybook-integration' into core/storybook-auto-de…
clairesunstudio Dec 9, 2020
9c85862
add auto deploy scripts
clairesunstudio Dec 9, 2020
35bf9c4
trigger tasks
clairesunstudio Dec 9, 2020
05decde
fix
clairesunstudio Dec 9, 2020
0a7b68e
add storybook cli
clairesunstudio Dec 9, 2020
0e17e05
force update
clairesunstudio Dec 9, 2020
ad358b5
fix storybook command
clairesunstudio Dec 9, 2020
ac70509
force update
clairesunstudio Dec 9, 2020
00ac216
remove rushx
clairesunstudio Dec 9, 2020
29bd35e
recreate pnpm-lock.yaml
clairesunstudio Dec 9, 2020
9bbaa99
switch docker image
clairesunstudio Dec 9, 2020
d3d783c
add path
clairesunstudio Dec 10, 2020
803c063
add mayflower-react build step into core_build_storybook
clairesunstudio Dec 10, 2020
da9ab66
fix deploy task
clairesunstudio Dec 10, 2020
819759f
install aws
clairesunstudio Dec 10, 2020
e57168a
remove copies of node modules
clairesunstudio Dec 10, 2020
18139a0
use pnpx instead of npx
clairesunstudio Dec 10, 2020
b4b5b8e
only sync for stable tags
clairesunstudio Dec 10, 2020
07a872d
reset release trigger time and add deploy core to tag job
clairesunstudio Dec 10, 2020
89aea72
test cleaning up old files
clairesunstudio Dec 10, 2020
025f28e
fix
clairesunstudio Dec 10, 2020
d076c6a
remove copying assets static
clairesunstudio Dec 10, 2020
a835994
fix
clairesunstudio Dec 10, 2020
e5cb46f
remove test code
clairesunstudio Dec 10, 2020
d6a0e61
fix
clairesunstudio Dec 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
clairesunstudio committed Dec 10, 2020
commit d6a0e619be61dc88a8c5f93c452ff9175629a729
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -427,6 +427,7 @@ workflows:
branches: { ignore: /(docs|patternlab\/|react\/|core\/).*/ }
# core
- core_build_storybook:
requires: [react_build_storybook]
filters:
branches: { ignore: /(docs|patternlab\/|site\/).*/ }

@@ -505,6 +506,10 @@ workflows:
filters:
branches: { ignore: /.*/ }
tags: { only: /.*/ }
- core_build_storybook:
requires: [react_build_storybook]
filters:
branches: { ignore: /(docs|patternlab\/|site\/).*/ }
- core_deploy_tag:
requires: [core_build_storybook]
filters: