Fix deploy message URL
This commit is contained in:
parent
c75a32c60a
commit
d2c5a51a30
|
@ -16,7 +16,7 @@ before_deploy:
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: $(npm bin -g)/firebase deploy --project unpkg-gcp --message "https://travis-ci.com/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID"
|
script: $(npm bin -g)/firebase deploy --project unpkg-gcp --message "https://travis-ci.org/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID"
|
||||||
--token $FIREBASE_TOKEN --non-interactive --force
|
--token $FIREBASE_TOKEN --non-interactive --force
|
||||||
on:
|
on:
|
||||||
branch: firebase-hosting
|
branch: firebase-hosting
|
||||||
|
|
Loading…
Reference in New Issue