Skip to content

Commit

Permalink
Add continuis integration flow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
stark275 committed Jun 5, 2024
1 parent c0fc5de commit c559c14
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 @@ -32,4 +32,4 @@ jobs:

- name: Update Kubernetes Manifest
run: |
sed -i "s|usename/kapend:[a-z0-9]*|${{ secrets.DOCKERHUB_USERNAME }}/kapend:${{ github.sha }}|g" code/docker/4-kapend/myfirst/k8s/03-kapend.yaml
sed -i "s|usename/kapend:[a-z0-9]*|${{ secrets.DOCKERHUB_USERNAME }}/kapend:${{ github.sha }}|g" ./code/docker/4-kapend/myfirst/k8s/03-kapend.yaml

0 comments on commit c559c14

Please sign in to comment.