blob: e507f5f84f38d0977ebed125a0a65a0367f0ce01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
language: node_js
node_js:
- "8"
notifications:
email: false
# irc:
# channels:
# - "irc.euirc.net#openclonk-dev"
# use_notice: true
# template:
# - "%{repository} (%{commit}): %{message}"
install:
- npm install
script:
- npm run-script build
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: "dist"
repo: "asmaps/larry-ui-build"
fqdn: "larry.asw.io"
|