1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-10-26 09:58:04 +03:00
victor-mono/.travis.yml
2022-02-03 08:52:05 +01:00

19 lines
310 B
YAML

language: node_js
node_js:
- "16"
install:
- yarn install
- yarn build
deploy:
local_dir: dist
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: true
on:
branch: master
script: echo "done"