Skip to content

Commit 185daad

Browse files
committed
Update app engine project
1 parent eafccd0 commit 185daad

4 files changed

+5
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
!.elasticbeanstalk/config.yml
77

88
dist
9-
donnelson-sandbox-c04a93dbca2b.json
9+
donnelson-sandbox-flex-c774ac1c9428.json

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dart:
44
- stable
55

66
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
7+
- openssl aes-256-cbc -K $encrypted_fcd3721d6cbf_key -iv $encrypted_fcd3721d6cbf_iv -in donnelson-sandbox-flex-c774ac1c9428.json.enc -out ./donnelson-sandbox-flex-c774ac1c9428.json -d
88

99
before_script:
1010
# https://flutter.dev/docs/get-started/web
@@ -26,13 +26,13 @@ script:
2626
- rm -rf ./flutter
2727

2828
# Deploy configuration
29-
# https://docs.travis-ci.com/user/deployment-v2
29+
# https://docs.travis-ci.com/user/deployment-v2 - configuration reference
3030
# https://cloud.google.com/docs/authentication/getting-started#cloud-console - generate secret key
3131
deploy:
3232
edge: true
3333
provider: gae
34-
keyfile: "./donnelson-sandbox-c04a93dbca2b.json"
35-
project: "donnelson-sandbox"
34+
keyfile: "./donnelson-sandbox-flex-c774ac1c9428.json"
35+
project: "donnelson-sandbox-flex"
3636
skip_cleanup: true
3737

3838

-2.31 KB
Binary file not shown.
2.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)