i choose life
All checks were successful
Deploy / deploy (push) Successful in 4m40s

This commit is contained in:
Lee
2024-10-02 17:39:12 +01:00
parent ec694e97fa
commit 62ca4de74c
421 changed files with 7 additions and 70 deletions

View File

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