Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit aac7c2c

Browse files
author
Matt Moran
committed
test(deploy): test travis deploy to firebase 6
test travis deploy to firebase 6
1 parent 9588c83 commit aac7c2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/deploy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ var branch = process.env.TRAVIS_BRANCH,
77
var token = process.env.FIREBASE_TOKEN
88

99
function deployToFirebase(project) {
10+
console.log(process.env);
1011
exec("firebase use default && firebase deploy --token " + token, function(error, stdout, stderr) {
1112
console.log(error);
1213
console.log(stdout);

0 commit comments

Comments
 (0)