Skip to content

Commit

Permalink
fix(deplyment): wrong path for env file
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi authored Nov 10, 2023
1 parent 6b48c9b commit 55ccda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playground_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
sed -i "s/debug: .*/debug: false,/" ./WebSocketClient/UVLPlayground/src/config.ts
- name: Set hostname mail for docker compose
run: |
sed -i 's/^HOSTNAME=.*/HOSTNAME=$HOSTNAME/' ./env
sed -i 's/^EMAIL=.*/EMAIL=$EMAIL/' ./env
sed -i 's/^HOSTNAME=.*/HOSTNAME=$HOSTNAME/' ./.env
sed -i 's/^EMAIL=.*/EMAIL=$EMAIL/' ./.env
- name: Build
working-directory: WebSocketClient/UVLPlayground
run: npm run build
Expand Down

0 comments on commit 55ccda9

Please sign in to comment.