eesyphp/static/lib/Fork-Awesome-1.1.7/.travis.yml
Benjamin Renard 4f47dc056d Tpl: Add stuff to handle static files
* Move example application in example sub-directory
* Widely use App::get() instead of Config::get()
2023-02-12 00:30:36 +01:00

32 lines
433 B
YAML

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