Skip to content

Commit eafccd0

Browse files
committed
Add gae key
1 parent f9e2077 commit eafccd0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: dart
33
dart:
44
- stable
55

6+
before_install:
7+
- openssl aes-256-cbc -K $encrypted_d14aa3315039_key -iv $encrypted_d14aa3315039_iv -in donnelson-sandbox-c04a93dbca2b.json.enc -out ./donnelson-sandbox-c04a93dbca2b.json -d
8+
69
before_script:
710
# https://flutter.dev/docs/get-started/web
811
- git clone https://github.com/flutter/flutter.git -b beta
@@ -28,7 +31,7 @@ script:
2831
deploy:
2932
edge: true
3033
provider: gae
31-
keyfile: "YOUR SERVICE ACCOUNT JSON FILE"
34+
keyfile: "./donnelson-sandbox-c04a93dbca2b.json"
3235
project: "donnelson-sandbox"
3336
skip_cleanup: true
3437

2.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)