restriction
iwanhae committed
Nov 16, 2025 at 22:29 UTC
842317ccd646dbf6d09752374f5d596f1d0e9c0a
1 file changed
+2
-1
.github/workflows/cd.yml
+2
-1
@@ -79,7 +79,8 @@ jobs:
79
labels: ${{ steps.meta.outputs.labels }}
80
81
deploy:
82
- name: Deploy
82
+ name: Deploy to `https://portal.iwanhae.kr`
83
+ if: github.ref == 'refs/heads/main' && github.event_name == 'push'
84
runs-on: ubuntu-latest
85
needs: build-and-push
86
environment: "kubernetes_iwanhae_kr"