mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
7e94343a75
Updated - handlebars - snyk Fixed - index.html - index.css - build.js Removed - fs-extra
26 lines
474 B
YAML
26 lines
474 B
YAML
dist: bionic
|
|
language: node_js
|
|
node_js:
|
|
- 11
|
|
addons:
|
|
chrome: stable
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_install:
|
|
- npm install -g @lhci/cli@0.3.x
|
|
before_script:
|
|
- npm install -g
|
|
script:
|
|
- npm run build
|
|
- npm run prettier
|
|
after_success:
|
|
- lhci autorun --upload.target=temporary-public-storage
|
|
deploy:
|
|
provider: pages:git
|
|
token: $GITHUB_TOKEN
|
|
cleanup: false
|
|
edge: true # opt in to dpl v2
|
|
local_dir: dist
|
|
verbose: true
|
|
fqdn: k4ustu3h.cf
|