Skip to content

Commit

Permalink
Reconfigured for triggering CD
Browse files Browse the repository at this point in the history
  • Loading branch information
minkzaw committed Jun 9, 2024
1 parent 63d979f commit 1e2b509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assistant-api-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
run: |
cd fluxCD
sed -i 's|image: .*|image: '"${{ env.DOCKER_IMAGE_TAG }}"'|' clusters/lima_k8s/default/assistant-api-deployment.yaml
- name: Commit and push changes
run: |
cd deployment
cd fluxCD
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git add clusters/lima_k8s/default/assistant-api-deployment.yaml
Expand Down

0 comments on commit 1e2b509

Please sign in to comment.