File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ definitions:
3
3
# This running machine can be changed depends on the billing plan: https://docs.codemagic.io/knowledge-codemagic/machine-type/
4
4
instance_type : mac_mini_m1
5
5
max_build_duration : 30
6
+ environment :
7
+ groups :
8
+ - firebase_credentials
6
9
cache :
7
10
cache_paths :
8
11
- $HOME/.gradle/caches
@@ -88,9 +91,6 @@ workflows:
88
91
build-and-deploy-template-compose-staging :
89
92
name : Build and deploy template-compose staging to Firebase App Distribution
90
93
<< : *configure_environment
91
- environment :
92
- groups :
93
- - firebase_credentials
94
94
triggering :
95
95
events :
96
96
- push
@@ -119,9 +119,6 @@ workflows:
119
119
build-and-deploy-template-compose-production :
120
120
name : Build and deploy template-compose production to Firebase App Distribution
121
121
<< : *configure_environment
122
- environment :
123
- groups :
124
- - firebase_credentials
125
122
triggering :
126
123
events :
127
124
- push
You can’t perform that action at this time.
0 commit comments