diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2cb06ea..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 9d30896..fe98c32 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Would mean those two missing translations need to be added to the french translation.