Skip to content

Commit

Permalink
fix some web build issues (#315)
Browse files Browse the repository at this point in the history
* update web.yml

* remove dup files
  • Loading branch information
ohad24 authored Aug 13, 2023
1 parent 3060d03 commit 9d3ac8e
Show file tree
Hide file tree
Showing 6 changed files with 3,911 additions and 3,893 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
SERVER_BASE_URL=https://encyclo-flower.com/api/v1
IMAGE_BASE_URL=https://storage.googleapis.com/ef-prod
IMAGE_USER_BASE_URL=https://storage.googleapis.com/ef-prod
- name: Build and push (other triggers)
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
Expand All @@ -64,6 +66,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
SERVER_BASE_URL=https://dev.encyclo-flower.com/api/v1
IMAGE_BASE_URL=https://storage.googleapis.com/ef-dev
IMAGE_USER_BASE_URL=https://storage.googleapis.com/ef-dev
deploy:
if: ${{ github.event_name != 'pull_request' }}
Expand Down
271 changes: 0 additions & 271 deletions src/web/components/ImageFromQuestion/ImageFromQuestions copy.tsx

This file was deleted.

66 changes: 0 additions & 66 deletions src/web/components/TopToolbar/TopToolbar copy.tsx

This file was deleted.

Loading

0 comments on commit 9d3ac8e

Please sign in to comment.