File tree Expand file tree Collapse file tree 6 files changed +45
-2
lines changed
Expand file tree Collapse file tree 6 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1+ platform : x64
2+
3+ install :
4+ - ps : Install-Product node $env:nodejs_version $env:platform
5+
6+ build : off
7+
8+ build_script :
9+ # Output useful info for debugging.
10+ - node --version
11+ - npm --version
12+
13+ - npm i now -g
14+ - now rm cloudcmd -y -t %NOW_TOKEN%
15+ - now --public -t %NOW_TOKEN%
16+ - now alias -t %NOW_TOKEN%
17+
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ manifest.yml
88app.json
99bower.json
1010yarn-error.log
11+ now.json
1112
1213Dockerfile
1314Dockerfile.alpine
Original file line number Diff line number Diff line change 88css
99html
1010yarn-error.log
11+ now.json
1112
1213modules /jquery /dist
1314modules /jquery /external
Original file line number Diff line number Diff line change 11# Cloud Commander v7.3.1
22
3- ### [ Main] [ MainURL ] [ Blog] [ BlogURL ] Live(![ Heroku] [ Heroku_LIVE_IMG ] [ Heroku] [ HerokuURL ] )
3+ ### [ Main] [ MainURL ] [ Blog] [ BlogURL ] Live(![ Heroku] [ Heroku_LIVE_IMG ] [ Heroku] [ HerokuURL ] , ![ Now ] [ NOW_LIVE_IMG ] [ Now ] [ NowURL ] ) )
44
55[ MainURL ] : http://cloudcmd.io " Main "
66[ BlogURL ] : http://blog.cloudcmd.io " Blog "
77[ HerokuURL ] : http://cloudcmd.herokuapp.com/ " Heroku "
8+ [ NowURL ] : https://cloudcmd.now.sh/ " Now "
89[ HEROKU_LIVE_IMG ] : https://status-io.cloudcmd.io/host/cloudcmd.herokuapp.com/img/txt.png " Heroku "
10+ [ NOW_LIVE_IMG ] : https://status-io.cloudcmd.io/host/cloudcmd.now.sh/img/txt.png " Now "
911
1012[ DWORD ] : https://github.com/cloudcmd/dword " Editor based on CodeMirror "
1113[ EDWARD ] : https://github.com/cloudcmd/edward " Editor based on Ace "
Original file line number Diff line number Diff line change 11# 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 )
22
3- ### [ Main] [ MainURL ] [ Blog] [ BlogURL ] Live([ Heroku] [ HerokuURL ] )
3+ ### [ Main] [ MainURL ] [ Blog] [ BlogURL ] Live([ Heroku] [ HerokuURL ] , [ Now ] [ NowURL ] )
44
55[ NPM_INFO_IMG ] : https://nodei.co/npm/cloudcmd.png
66[ MainURL ] : http://cloudcmd.io " Main "
77[ BlogURL ] : http://blog.cloudcmd.io " Blog "
88[ HerokuURL ] : http://cloudcmd.herokuapp.com/ " Heroku "
9+ [ NowURL ] : https://cloudcmd.now.sh/ " Now "
910[ NPMURL ] : https://npmjs.org/package/cloudcmd " npm "
1011[ NPMIMGURL ] : https://img.shields.io/npm/v/cloudcmd.svg?style=flat
1112[ LicenseURL ] : https://tldrlegal.com/license/mit-license " MIT License "
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " npm" ,
3+ "alias" : " cloudcmd" ,
4+ "files" : [
5+ " bin" ,
6+ " server" ,
7+ " .babelrc" ,
8+ " css" ,
9+ " font" ,
10+ " favicon.ico" ,
11+ " client" ,
12+ " common" ,
13+ " html" ,
14+ " tmpl" ,
15+ " img" ,
16+ " modules" ,
17+ " webpack.config.js" ,
18+ " json" ,
19+ " HELP.md"
20+ ]
21+ }
You can’t perform that action at this time.
0 commit comments