Skip to content

Commit

Permalink
feature(cloudcmd) add now demo
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 15, 2017
1 parent 8485024 commit d6bb29d
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
platform: x64

install:
- ps: Install-Product node $env:nodejs_version $env:platform

build: off

build_script:
# Output useful info for debugging.
- node --version
- npm --version

- npm i now -g
- now rm cloudcmd -y -t %NOW_TOKEN%
- now --public -t %NOW_TOKEN%
- now alias -t %NOW_TOKEN%

1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ manifest.yml
app.json
bower.json
yarn-error.log
now.json

Dockerfile
Dockerfile.alpine
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ coverage
css
html
yarn-error.log
now.json

modules/jquery/dist
modules/jquery/external
Expand Down
4 changes: 3 additions & 1 deletion HELP.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Cloud Commander v7.3.1

### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL], ![Now][NOW_LIVE_IMG] [Now][NowURL]))

[MainURL]: http://cloudcmd.io "Main"
[BlogURL]: http://blog.cloudcmd.io "Blog"
[HerokuURL]: http://cloudcmd.herokuapp.com/ "Heroku"
[NowURL]: https://cloudcmd.now.sh/ "Now"
[HEROKU_LIVE_IMG]: https://status-io.cloudcmd.io/host/cloudcmd.herokuapp.com/img/txt.png "Heroku"
[NOW_LIVE_IMG]: https://status-io.cloudcmd.io/host/cloudcmd.now.sh/img/txt.png "Now"

[DWORD]: https://github.com/cloudcmd/dword "Editor based on CodeMirror"
[EDWARD]: https://github.com/cloudcmd/edward "Editor based on Ace"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Cloud Commander v7.3.1 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [![OpenCollective](https://opencollective.com/cloudcmd/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/cloudcmd/sponsors/badge.svg)](#sponsors)

### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL], [Now][NowURL])

[NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png
[MainURL]: http://cloudcmd.io "Main"
[BlogURL]: http://blog.cloudcmd.io "Blog"
[HerokuURL]: http://cloudcmd.herokuapp.com/ "Heroku"
[NowURL]: https://cloudcmd.now.sh/ "Now"
[NPMURL]: https://npmjs.org/package/cloudcmd "npm"
[NPMIMGURL]: https://img.shields.io/npm/v/cloudcmd.svg?style=flat
[LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"
Expand Down
21 changes: 21 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "npm",
"alias": "cloudcmd",
"files": [
"bin",
"server",
".babelrc",
"css",
"font",
"favicon.ico",
"client",
"common",
"html",
"tmpl",
"img",
"modules",
"webpack.config.js",
"json",
"HELP.md"
]
}

0 comments on commit d6bb29d

Please sign in to comment.