blob: 2528a1c84a71d4cf7526b46399c9f7a23069f436 (
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:
- quasar build
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: "dist/spa-mat"
repo: "asmaps/larry-ui"
fqdn: "larry.asw.io"
|