Skip to content

Commit

Permalink
Github action connect to deployment repo: push issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stark275 committed Jun 10, 2024
1 parent a0dda47 commit eb07bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Update Kubernetes Manifest
run: |
# Mettez à jour vos fichiers de manifeste ici. Par exemple :
sed -i 's|image: stark275/kapend:.*|image: stark275/kapend:${{ github.sha }}|' ./k8s/manifest.yaml
sed -i 's|image: stark275/kapend:.*|image: stark275/kapend:${{ github.sha }}|' ./k8s/03-kapend.yaml
- name: Commit and push
run: |
Expand Down

0 comments on commit eb07bd8

Please sign in to comment.