Skip to content

Commit e0a00ce

Browse files
committed
Check deploy via github action into digitalocean k8s cluster
1 parent e06e13c commit e0a00ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
run: kubectl apply -f $GITHUB_WORKSPACE/deployment.yml
6565

6666
- name: Verify deployment
67-
run: kubectl rollout status deployment/golang-web
67+
run: kubectl rollout status deployment/golang-web -n backend

0 commit comments

Comments
 (0)