Skip to content

Commit b1c800d

Browse files
authored
Added support for updating nightly environment (#46)
1 parent 568b82a commit b1c800d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ workflows:
252252
name: image-build-grafana-alpine
253253
image: cf-fn/grafana
254254
- update-environment:
255+
name: update-demo-environment
255256
filters:
256257
branches:
257258
only:
@@ -261,6 +262,17 @@ workflows:
261262
environment-path: environments/demo/
262263
component: grafana
263264
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
264276

265277
release-components:
266278
when:

0 commit comments

Comments
 (0)