You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling GitHub Pages to publish your site from master branch.
Note that I am retaining the title Enabling GitHub Pages, despite the decision not to use gh-pages branch - as using master seems lot more convenient.
Initial setup
Defined by this screenshot, indicating that I think we should host all of our new applications (starting with Carmel-fe, which will have the name ce (for catalog editor) in the aurelia-tools organization
The text was updated successfully, but these errors were encountered:
adriatic
changed the title
Deploying Aurelia applications
Deploying aurelia applications
May 3, 2017
<!DOCTYPE html
<HTML>
<HEAD>
<TITLE>
A Small Hello
</TITLE>
</HEAD>
<BODY>
<H1>Hi</H1>
<P>This is very minimal "hello world" HTML document, hosted at https://aurelia-tools.github.io/deploy/</P>
</BODY>
</HTML
which is pushed to the master as
H:\work\aurelia-tools\deploy (master)
λ git push
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 377 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To https://github.com/aurelia-tools/deploy.git
643053d..494b65b master -> master
Replacing the content of the H:\work\aurelia-tools\deploy (master) folder with the unbundled content of the dist folder of the skeleton esnext application. (see this article for details.
Deploying to gh-pages
Using the Github pages basic documents with this assumption:
Enabling GitHub Pages to publish your site from
master
branch.Note that I am retaining the title Enabling GitHub Pages, despite the decision not to use
gh-pages
branch - as usingmaster
seems lot more convenient.Initial setup
Defined by this screenshot, indicating that I think we should host all of our new applications (starting with Carmel-fe, which will have the name
ce
(for catalog editor) in theaurelia-tools
organizationThe text was updated successfully, but these errors were encountered: