#109 switch svelte to SSR with go

This commit is contained in:
2024-08-21 23:33:06 +02:00
parent eac373739a
commit f3fb046749
53 changed files with 1796 additions and 6353 deletions

View File

@@ -11,11 +11,5 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: docker build api/ -t api-test
- run: docker rmi api-test
- run: |
docker build \
--build-arg="PUBLIC_BASE_API_URL=${{ vars.PUBLIC_BASE_API_URL }}" \
-t view-test \
view/
- run: docker rmi view-test
- run: docker build . -t me-fit-test
- run: docker rmi me-fit-test