Skip to content
Merged
Changes from all commits
Commits
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
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ workflows:
name: image-build-grafana-alpine
image: cf-fn/grafana
- update-environment:
name: update-demo-environment
filters:
branches:
only:
Expand All @@ -261,6 +262,17 @@ workflows:
environment-path: environments/demo/
component: grafana
update: images
- update-environment:
name: update-nightly-environment
filters:
branches:
only:
- fluxninja_micro_frontends
requires:
- image-build-grafana-alpine
environment-path: environments/nightly/
component: grafana
update: images

release-components:
when:
Expand Down