Skip to content

Commit 4b3a3a1

Browse files
committed
[#448] Add setup google-services.json step on codemagic
1 parent 141ad73 commit 4b3a3a1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

codemagic.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ definitions:
33
# This running machine can be changed depends on the billing plan: https://docs.codemagic.io/knowledge-codemagic/machine-type/
44
instance_type: mac_mini_m1
55
max_build_duration: 30
6+
environment:
7+
groups:
8+
- firebase_credentials
69
cache:
710
cache_paths:
811
- $HOME/.gradle/caches
@@ -88,9 +91,6 @@ workflows:
8891
build-and-deploy-template-compose-staging:
8992
name: Build and deploy template-compose staging to Firebase App Distribution
9093
<<: *configure_environment
91-
environment:
92-
groups:
93-
- firebase_credentials
9494
triggering:
9595
events:
9696
- push
@@ -119,9 +119,6 @@ workflows:
119119
build-and-deploy-template-compose-production:
120120
name: Build and deploy template-compose production to Firebase App Distribution
121121
<<: *configure_environment
122-
environment:
123-
groups:
124-
- firebase_credentials
125122
triggering:
126123
events:
127124
- push

0 commit comments

Comments
 (0)