lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 1s

This commit is contained in:
2023-12-05 16:52:30 +00:00
parent 58e23612c0
commit 2b228b3f6d
2 changed files with 25 additions and 4 deletions

View File

@@ -33,6 +33,10 @@ jobs:
SECURITY_ALLOWUPPERPATHS: "true"
SECURITY_ALLOWRELATIVEPATHS: "true"
live-server:
image: liveserver-dockerfile
ports:
- 8080:8080
steps:
- uses: actions/checkout@v3
with:
@@ -51,10 +55,6 @@ jobs:
npm install -g yarn
yarn install
- name: Start Live Server
run: |
docker run -d -p 8080:8080 -v ${{ github.workspace }}:/usr/src/app gitbase.de/robin/live-server
- name: modify config
run: |
sed -i 's#\(sentryEnvironment.*\)".*"#\1"${GITHUB_REF_NAME}"#g' frontend/src/config.ts