diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fd34016085d508c76582bc27d45317eccffd888..c3ace5bff0de40c9c689521ae043eb7b94ee2f31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,15 +45,15 @@ stages: - echo "$SSH_PRIVATE_KEY_DEPLOY_FRONT_ED25519" | tr -d '\r' | ssh-add - - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config -quality-gate: - image: mcr.microsoft.com/playwright:v1.47.1-noble - stage: test - only: - - merge_requests - script: - - npm ci - - npm run lint - - npm run test:unit +# quality-gate: +# image: mcr.microsoft.com/playwright:v1.47.1-noble +# stage: test +# only: +# - merge_requests +# script: +# - npm ci +# - npm run lint +# - npm run test:unit build: stage: build diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000000000000000000000000000000000000..842b99612616436d70fb5b5ba922d6cbeabebbff --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,6 @@ +RewriteEngine On +RewriteBase /mvp-19-router-htaccess-apache +RewriteRule ^/mvp-19-router-htaccess-apache/index\.html$ - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /mvp-19-router-htaccess-apache/index.html [L]