We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568b82a commit b1c800dCopy full SHA for b1c800d
.circleci/config.yml
@@ -252,6 +252,7 @@ workflows:
252
name: image-build-grafana-alpine
253
image: cf-fn/grafana
254
- update-environment:
255
+ name: update-demo-environment
256
filters:
257
branches:
258
only:
@@ -261,6 +262,17 @@ workflows:
261
262
environment-path: environments/demo/
263
component: grafana
264
update: images
265
+ - update-environment:
266
+ name: update-nightly-environment
267
+ filters:
268
+ branches:
269
+ only:
270
+ - fluxninja_micro_frontends
271
+ requires:
272
+ - image-build-grafana-alpine
273
+ environment-path: environments/nightly/
274
+ component: grafana
275
+ update: images
276
277
release-components:
278
when:
0 commit comments