mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
parent
ccba5e9a4c
commit
84733c100f
2 changed files with 10 additions and 3 deletions
11
circle.yml
11
circle.yml
|
@ -42,9 +42,16 @@ deployment:
|
|||
tag: /.*-beta.*/
|
||||
commands:
|
||||
- ./scripts/beta-publish.sh
|
||||
website:
|
||||
branch: master
|
||||
commands:
|
||||
- git config --global user.email "verdacciobot@users.noreply.github.com"
|
||||
- git config --global user.name "Verdaccio bot 🤖 for Deployments"
|
||||
- echo "machine github.com login verdacciobot password $GITHUB_TOKEN" > ~/.netrc
|
||||
- cd website && yarn install && yarn run build && GIT_USER=verdacciobot USE_SSH=false yarn run publish-gh-pages
|
||||
general:
|
||||
branches:
|
||||
ignore:
|
||||
- gh-pages # list of branches to ignore
|
||||
- gh-pages
|
||||
- l10n_master
|
||||
- /release\/.*/ # or ignore regexes
|
||||
- /release\/.*/
|
||||
|
|
|
@ -13,7 +13,7 @@ const siteConfig = {
|
|||
tagline: 'A lightweight private npm proxy registry',
|
||||
url: 'http://www.verdaccio.org' /* your website url */,
|
||||
organizationName: 'verdaccio',
|
||||
baseUrl: '/' /* base url for your project */,
|
||||
baseUrl: '/verdaccio/' /* base url for your project */,
|
||||
projectName: 'verdaccio',
|
||||
headerLinks: [
|
||||
{doc: 'installation', label: 'Docs'},
|
||||
|
|
Loading…
Reference in a new issue