ember-cli-deploy-git
ember-cli-deploy-git copied to clipboard
ember-cli-deploy plugin for uploading your built app to Git.
Also replace Travis with Github Actions Fixes #33
Hello, ember-addon section must be put in ember section from package.json : ``` "ember": { "edition": "octane", "ember-addon": { "configPath": "wayto/config", "rootURL": "https://user.github.io/repository-name" } } ``` Is it the good...
I have a brand new app using embroider for builds, and I'm trying to deploy with ember-cli-deploy-git. Following the instructions in the README, I ran into this error: ``` Error:...
``` [email protected], currently used by: * [email protected] (Dormant) ``` @ef4 are there any plans to update to babel 7?
When commits are pushed to CI in quick succession, the deployment can fail with this error: ``` +- upload | | | +- git To ember-intl/ember-intl.git ! [rejected] gh-pages ->...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...
Getting this error pretty frequently. Restarting my computer fixes it. ``` Error: git push [email protected]:jeffdaley/camp-pain.git gh-pages exited with nonzero status Error: git push [email protected]:jeffdaley/camp-pain.git gh-pages exited with nonzero status at...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
I followed the setup instructions to the letter. When I try to deploy I receive this error... ``` λ ember deploy production DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade...