Skip to content

Commit

Permalink
feat(ci): enable command logging for deploy.py in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 26, 2024
1 parent 7c6f433 commit a6f79f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create k3d cluster
run: |
./deploy.py cluster
./deploy.py --verbose cluster
- name: Test helm template
uses: WyriHaximus/github-action-helm3@v3
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Deploy with helm
uses: WyriHaximus/github-action-helm3@v3
with:
exec: ./deploy.py helm --branch ${{ github.ref_name }} --sha ${{ github.sha }} --dockerconfigjson ${{ secrets.GHCR_DOCKER_CONFIG }}
exec: ./deploy.py --verbose helm --branch ${{ github.ref_name }} --sha ${{ github.sha }} --dockerconfigjson ${{ secrets.GHCR_DOCKER_CONFIG }}

- name: Wait for the pods to be ready
run: ./.github/scripts/wait_for_pods_to_be_ready.py
Expand Down

0 comments on commit a6f79f3

Please sign in to comment.