Skip to content

Commit 6048e0a

Browse files
committed
feature: cd targetRevision 변경
1 parent 3f12469 commit 6048e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frontend-docker-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414

15-
- name: Set up Docker Buildx
15+
- name: Set up Docker Build
1616
uses: docker/setup-buildx-action@v1
1717

1818
- name: Log in to Docker Hub

frontend/zicdding-class.com/k8s/manifests/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
project: default
88
source:
99
repoURL: 'https://github.com/Zicdding/zicdding-class.git'
10-
targetRevision: feat/front-docker-deploy
10+
targetRevision: feat/front-docker-update
1111
path: 'frontend/zicdding-class.com/k8s/manifests'
1212
destination:
1313
server: 'https://kubernetes.default.svc'

0 commit comments

Comments
 (0)