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
|
||||
|
||||
We host it via GitLab pages at [VaultUI](https://vaultui.owo.monster).
|
||||
|
||||
Simply copy the files to root of webserver.
|
||||
Simply copy the built files to root of webserver.
|
||||
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.
|
||||
|
@ -83,4 +81,4 @@ For example:
|
|||
Language: fr
|
||||
Missing: unseal_input_btn, unseal_qr_btn
|
||||
```
|
||||
Would mean those two missing translations need to be added to the french translation.
|
||||
Would mean those two missing translations need to be added to the french translation.
|
||||
|
|
Loading…
Reference in a new issue