We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ca797 commit 98e50faCopy full SHA for 98e50fa
.github/workflows/cd.yaml
@@ -25,7 +25,6 @@ jobs:
25
- uses: extractions/setup-just@v1
26
27
- name: Build and publish image with jib
28
- if: ${{ github.ref == 'refs/heads/main' }}
29
run: just build-push-image
30
env:
31
DOCKER_USER: ${{ github.actor }}
@@ -46,14 +45,12 @@ jobs:
46
45
name: Setup kubectl client
47
48
- name: create KUBECONFIG
49
50
run: |
51
echo ${{ secrets.KUBE_CONFIG }} | base64 --decode > kube-config;
52
chmod 600 kube-config;
53
echo "KUBECONFIG=$(pwd)/kube-config" >> "$GITHUB_ENV"
54
55
- name: Deploy on k8
56
57
58
kubectl config current-context;
59
just helm-upgrade;
0 commit comments