Fix deploy message URL

This commit is contained in:
Michael Jackson 2019-01-12 21:36:28 -08:00
parent c75a32c60a
commit d2c5a51a30
1 changed files with 1 additions and 1 deletions

View File

@ -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