move to mono repo (attempt 1)
Some checks failed
Deploy Frontend / deploy (push) Failing after 13s

This commit is contained in:
Lee
2024-10-02 14:07:30 +01:00
parent 49edd35a6c
commit 130b9bfdec
419 changed files with 50 additions and 7 deletions

View File

@ -1,4 +1,4 @@
name: "Deploy"
name: "Deploy Frontend"
on:
push:
@ -25,7 +25,7 @@ jobs:
- name: Build Image
uses: docker/build-push-action@v6
with:
context: .
context: ./Frontend/Dockerfile
push: true
tags: |
git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }}
@ -49,9 +49,9 @@ jobs:
action: deploy
namespace: public-services
manifests: |
.gitea/kubernetes/sealed-secrets.yaml
.gitea/kubernetes/deployment.yaml
.gitea/kubernetes/service.yaml
.gitea/kubernetes/ingress.yaml
.gitea/kubernetes/frontend/sealed-secrets.yaml
.gitea/kubernetes/frontend/deployment.yaml
.gitea/kubernetes/frontend/service.yaml
.gitea/kubernetes/frontend/ingress.yaml
images: |
git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }}