GitLab CI: attempt to fix PWA routes

reply-to-ui
Alex Gleason 2021-08-22 15:44:49 -05:00
rodzic 9e966532fe
commit 9c181e30a5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 4 dodań i 0 usunięć

3
.gitignore vendored
Wyświetl plik

@ -13,6 +13,8 @@ yarn-error.log*
/static/emoji
/static/index.html
/static/index.html.gz
/static/404.html
/static/404.html.gz
/static/manifest.json
/static/manifest.json.gz
/static/report.html
@ -22,3 +24,4 @@ yarn-error.log*
!/static/instance/**.example.*
!/static/instance/**.example/**
/static-test
/public

Wyświetl plik

@ -66,6 +66,7 @@ pages:
script:
- yarn build
- mv static public
- cp public/{index.html,404.html}
variables:
NODE_ENV: production
artifacts: