Fix deploy message URL
This commit is contained in:
		| @ -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 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user