ember-cli-deploy-log-url

0.0.3 • Public • Published

ember-cli-deploy-log-url

Simple plugin to log the URL after a successful deployment.

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install ember-cli-deploy-log-url

Usage

Just add to ENV in your config/deploy.js file

'log-url': {
  url: 'http://example.com'
}

And after a successful deployment you will see the output in green with this URL for convenience.

+- didDeploy
|  |
|  +- log-url
|    - Successfully deployed
|    - http://example.com

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Package Sidebar

Install

npm i ember-cli-deploy-log-url

Weekly Downloads

4

Version

0.0.3

License

MIT

Unpacked Size

5.05 kB

Total Files

5

Last publish

Collaborators

  • chrismasters