Skip to content

Commit

Permalink
del old ui, replace with new ui folder. fix card to reflect api change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjoe committed Jan 19, 2024
1 parent bd9d436 commit 00472f9
Show file tree
Hide file tree
Showing 110 changed files with 2,689 additions and 9,553 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:

- name: Build image
run: docker build . --build-arg VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,') --file Dockerfile --tag $IMAGE_NAME
working-directory: ./new-ui
working-directory: ./ui

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
working-directory: ./new-ui
working-directory: ./ui

- name: Push image
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:latest
docker push --all-tags $IMAGE_ID
working-directory: ./new-ui
working-directory: ./ui
deploy-and-purge:
needs:
- build-website
Expand Down
8 changes: 0 additions & 8 deletions new-ui/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions new-ui/.prettierrc

This file was deleted.

26 changes: 0 additions & 26 deletions new-ui/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions new-ui/index.html

This file was deleted.

16 changes: 0 additions & 16 deletions new-ui/nginx.conf

This file was deleted.

Loading

0 comments on commit 00472f9

Please sign in to comment.