diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f463cd7..5aa05c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,11 +31,10 @@ jobs: - name: Build Docker image run: | - docker build . -t ghcr.io/zeuswpi/zess:pr-${{ github.sha }} if [ "${{ github.event_name }}" == "push" ]; then - docker tag ghcr.io/zeuswpi/zess:pr-${{ github.sha }} ghcr.io/zeuswpi/zess:latest + docker tag ghcr.io/zeuswpi/ZeSS:pr-${{ github.sha }} ghcr.io/zeuswpi/ZeSS:latest fi - name: Push Docker image if: github.event_name == 'push' - run: docker push --all-tags ghcr.io/zeuswpi/zess + run: docker push --all-tags ghcr.io/zeuswpi/ZeSS diff --git a/vinvoor/production.env b/vinvoor/production.env index fad4423..62e745c 100644 --- a/vinvoor/production.env +++ b/vinvoor/production.env @@ -1,3 +1,3 @@ -VITE_BACKEND_URL="http://localhost:4000/api" +VITE_BACKEND_URL="http://zess.zeus.gent/api" VITE_DEFAULT_THEME_MODE="light"