forked from varia/varia.website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
433 B
31 lines
433 B
language:
|
|
- ruby
|
|
- node_js
|
|
|
|
install:
|
|
- bundle install
|
|
- npm install
|
|
|
|
script:
|
|
- npm run build
|
|
|
|
deploy:
|
|
- provider: pages
|
|
skip-cleanup: true
|
|
github-token: $GITHUB_TOKEN
|
|
keep-history: true
|
|
local-dir: _site
|
|
on:
|
|
branch: master
|
|
tags: true
|
|
- provider: npm
|
|
email: $NPM_EMAIL
|
|
api_key: $NPM_TOKEN
|
|
on:
|
|
branch: master
|
|
tags: true
|
|
|
|
# blocklist
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|