New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-deploy-github-pages

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-github-pages

The default blueprint for ember-cli addons.

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ember-cli-deploy-github-pages

An ember-cli-deploy plugin to deploy to github pages.

Please Note: This is a work in progress and has not been published to npm yet.

What is an ember-cli-deploy plugin?

A plugin is an addon that can be executed as a part of the ember-cli-deploy pipeline. A plugin will implement one or more of the ember-cli-deploy's pipeline hooks.

For more information on what plugins are and how they work, please refer to the Plugin Documentation.

Quick Start

To get up and running quickly, do the following:

  • Ensure ember-cli-deploy-build is installed and configured.

  • Install this plugin

$ ember install ember-cli-deploy-github-pages
  • Run the pipeline
$ ember deploy

Installation

Run the following command in your terminal:

ember install ember-cli-deploy-github-pages

Adjusting the Asset URL for Project Pages

If you are deploying this as project pages (e.g. johnnycoder.github.io/my-cool-project) you'll need to update your baseURL to serve your assets from the correct folder after deploy.

// config/environment.js

if (environment === 'production') {
  ENV.baseURL = '/my-cool-project'; // make sure to use the actual name of your
  project
}

Note: If you are deploying as an organization page, user page, or using a CNAME to serve from a root domain (e.g. johnnycoders-super-cool-project.com), then you do not need to modify the root URL.

ember-cli-deploy Hooks Implemented

For detailed information on what plugin hooks are and how they work, please refer to the Plugin Documentation.

  • willDeploy
  • deploy

Configuration Options

For detailed information on how configuration of plugins works, please refer to the Plugin Documentation.

Running Tests

  • npm test

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Package last updated on 17 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc