remove gitlab ci
This commit is contained in:
parent
d5fc05612e
commit
56f40547de
|
@ -1,12 +0,0 @@
|
||||||
pages:
|
|
||||||
stage: deploy
|
|
||||||
image: docker.io/library/alpine:edge
|
|
||||||
script:
|
|
||||||
- apk add nodejs npm git
|
|
||||||
- npm install --save-dev
|
|
||||||
- npx webpack
|
|
||||||
- mv dist public
|
|
||||||
- cp _redirects public
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public
|
|
|
@ -43,9 +43,7 @@ npx webpack serve --config webpack-dev.config.js
|
||||||
|
|
||||||
## How to host/use
|
## How to host/use
|
||||||
|
|
||||||
We host it via GitLab pages at [VaultUI](https://vaultui.owo.monster).
|
Simply copy the built files to root of webserver.
|
||||||
|
|
||||||
Simply copy the files to root of webserver.
|
|
||||||
You will need a redirect rule to redirect any 404's or non-200's to index.html.
|
You will need a redirect rule to redirect any 404's or non-200's to index.html.
|
||||||
|
|
||||||
Cors will need to be enabled for you to use VaultUI.
|
Cors will need to be enabled for you to use VaultUI.
|
||||||
|
|
Loading…
Reference in a new issue