We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd1b92 commit 97d1703Copy full SHA for 97d1703
.travis.yml
@@ -18,11 +18,9 @@ script:
18
- npm run build
19
after_success:
20
- npm run travis-deploy-once "npm run semantic-release"
21
+ # - npm install --prefix ./functions
22
+ # - firebase deploy --only functions --token "${FIREBASE_TOKEN}"
23
deploy:
- - provider: script
- skip_cleanup: true
24
- script:
25
- - npm install --prefix ./functions
26
- - firebase deploy --only functions --token "${FIREBASE_TOKEN}"
27
- on:
28
- branch: master
+ provider: firebase
+ on:
+ branch: master
0 commit comments