File tree Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js : [node, lts/*]
3- os : [linux, osx]
3+ os : [linux, osx, windows ]
44cache :
55 npm : true
66 yarn : true
77 directories :
88 - $HOME/.cache/publishimo
9- before_deploy :
10- - zip -9 -r bundle.zip dist
11- - ./node_modules/.bin/rimraf "dist/readme.*" "dist/**/*.d.ts" "dist/**/*.map"
12- - zip -9 -r bundle-min.zip dist
13- deploy :
14- - provider : pages
15- local-dir : dist-jsdoc/html
16- fqdn : array-to-object-keys.jaid.codes
17- skip-cleanup : true
18- github-token : $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
19- - provider : releases
20- files :
21- - bundle.zip
22- - bundle-min.zip
23- skip-cleanup : true
24- api-key : $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
25- on : { tags: true }
9+ jobs :
10+ include :
11+ - stage : Deploy
12+ before_deploy :
13+ - zip -9 -r bundle.zip dist
14+ - ./node_modules/.bin/rimraf "dist/readme.*" "dist/**/*.d.ts" "dist/**/*.map"
15+ - zip -9 -r bundle-min.zip dist
16+ deploy :
17+ - provider : pages
18+ local-dir : dist-jsdoc/html
19+ fqdn : array-to-object-keys.jaid.codes
20+ skip-cleanup : true
21+ github-token : $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
22+ - provider : releases
23+ files :
24+ - bundle.zip
25+ - bundle-min.zip
26+ skip-cleanup : true
27+ api-key : $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
28+ on : { tags: true }
You can’t perform that action at this time.
0 commit comments