Skip to content

Commit 4fa65f4

Browse files
committed
build: install new stac service image
1 parent b049030 commit 4fa65f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
- name: Deploy eoAPI Chart
6060
uses: helmfile/helmfile-action@v2.0.4
6161
with:
62-
helmfile-args: ${{ github.event_name == 'push' && 'apply' || 'diff' }}
62+
helmfile-args: 'apply'
63+
# helmfile-args: ${{ github.event_name == 'push' && 'apply' || 'diff' }}
6364
helmfile-workdirectory: kubernetes/helm
6465
# - run: |
6566
# kubectl get clusterissuer -o=jsonpath='{.items[*].spec.acme.email}'

0 commit comments

Comments
 (0)