This commit is contained in:
parent
3d8ba9598b
commit
58e23612c0
@ -33,10 +33,6 @@ jobs:
|
|||||||
SECURITY_ALLOWUPPERPATHS: "true"
|
SECURITY_ALLOWUPPERPATHS: "true"
|
||||||
SECURITY_ALLOWRELATIVEPATHS: "true"
|
SECURITY_ALLOWRELATIVEPATHS: "true"
|
||||||
|
|
||||||
live-server:
|
|
||||||
image: gitbase.de/robin/live-server
|
|
||||||
ports:
|
|
||||||
- 8080:8080
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -55,6 +51,10 @@ jobs:
|
|||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
yarn install
|
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
|
- name: modify config
|
||||||
run: |
|
run: |
|
||||||
sed -i 's#\(sentryEnvironment.*\)".*"#\1"${GITHUB_REF_NAME}"#g' frontend/src/config.ts
|
sed -i 's#\(sentryEnvironment.*\)".*"#\1"${GITHUB_REF_NAME}"#g' frontend/src/config.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user