This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
helix-config.yaml
56 lines (48 loc) · 1.92 KB
/
helix-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#
# Helix Configuration
#
version: 1
definitions:
defaults:
# default repository. set to git remote repository before deployment
- &defaultRepo https://github.com/adobe/helix-pages.git#master
preflight: https://helix-pages.anywhere.run/helix-services/version-picker@v1
strains:
- name: default
code: *defaultRepo
content: https://github.com/adobe/helix-pages.git#master
static: https://github.com/adobe/helix-pages.git/htdocs#master
package: https://helix-pages.anywhere.run/pages_7_3_3
- name: universal
code: *defaultRepo
content: https://github.com/adobe/helix-pages.git#master
static: https://github.com/adobe/helix-pages.git/htdocs#master
package: https://helix-pages.anywhere.run/pages_7_3_3
- name: gcf
code: *defaultRepo
content: https://github.com/adobe/helix-pages.git#master
static: https://github.com/adobe/helix-pages.git/htdocs#master
# universal runtime, on google cloud functions.
package: https://helix-pages.anywhere.run/pages_7_3_3
version-lock:
env: google
- name: gcf-ci
code: *defaultRepo
content: https://github.com/adobe/helix-pages.git#master
static: https://github.com/adobe/helix-pages.git/htdocs#master
# universal runtime (CI), on google cloud functions.
package: https://helix-pages-ci.anywhere.run/pages_7_3_3
version-lock:
env: google
- name: universal-ci
code: *defaultRepo
content: https://github.com/adobe/helix-pages.git#master
static: https://github.com/adobe/helix-pages.git/htdocs#master
# universal runtime, using the helix-pages-ci subdomain
package: https://helix-pages-ci.anywhere.run/pages_7_3_3
- name: universal-prod
code: *defaultRepo
content: https://github.com/adobe/helix-pages.git#master
static: https://github.com/adobe/helix-pages.git/htdocs#master
# universal runtime, using the helix-pages subdomain
package: https://helix-pages.anywhere.run/pages_7_3_3