Skip to content

Commit 367c6a9

Browse files
committed
ci: remove ncuhome dev deployment
1 parent 3f462b8 commit 367c6a9

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/core-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
needs: build-docker-image
3535
runs-on: self-hosted
3636
steps:
37-
- name: Update Dev Deployment
38-
uses: MultiMx/K8sSetImageAction@v0.5
39-
with:
40-
backend: 'https://rancher.ncuhome.club'
41-
token: ${{ secrets.CATTLE_TOKEN_LOCAL }}
42-
namespace: 'genius-auth'
43-
workload: 'core'
44-
image: ${{ needs.build-docker-image.outputs.image_tag }}
37+
# - name: Update Dev Deployment
38+
# uses: MultiMx/K8sSetImageAction@v0.5
39+
# with:
40+
# backend: 'https://rancher.ncuhome.club'
41+
# token: ${{ secrets.CATTLE_TOKEN_LOCAL }}
42+
# namespace: 'genius-auth'
43+
# workload: 'core'
44+
# image: ${{ needs.build-docker-image.outputs.image_tag }}
4545

4646
- name: Update Prod Deployment
4747
uses: MultiMx/K8sSetImageAction@v0.5

.github/workflows/ssh-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
needs: build-docker-image
3434
runs-on: self-hosted
3535
steps:
36-
- name: Update Dev Deployment
37-
uses: MultiMx/K8sSetImageAction@v0.5
38-
with:
39-
backend: 'https://rancher.ncuhome.club'
40-
token: ${{ secrets.CATTLE_TOKEN_LOCAL }}
41-
namespace: 'genius-auth'
42-
workload: 'ssh-server'
43-
image: ${{ needs.build-docker-image.outputs.image_tag }}
36+
# - name: Update Dev Deployment
37+
# uses: MultiMx/K8sSetImageAction@v0.5
38+
# with:
39+
# backend: 'https://rancher.ncuhome.club'
40+
# token: ${{ secrets.CATTLE_TOKEN_LOCAL }}
41+
# namespace: 'genius-auth'
42+
# workload: 'ssh-server'
43+
# image: ${{ needs.build-docker-image.outputs.image_tag }}
4444

4545
- name: Update Prod Deployment
4646
uses: MultiMx/K8sSetImageAction@v0.5

0 commit comments

Comments
 (0)