We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d9e32 commit 4d82ce4Copy full SHA for 4d82ce4
1 file changed
.github/workflows/deploy.yml
@@ -63,10 +63,11 @@ jobs:
63
repository: chicker94/fleet-cd-deployments
64
ref: main
65
ssh-key: ${{ secrets.CD_REPO_SSH_KEY }}
66
+ path: cd-repo
67
68
- name: Update Kubernetes manifest
69
run: |
- sed -i "s|image: chicker94/rancher-ci-test:.*|image: chicker94/rancher-ci-test:${{ needs.build-and-push.outputs.image_tag }}|" ${{ needs.build-and-push.outputs.deploy_path }}/deployment.yaml
70
+ sed -i "s|image: chicker94/rancher-ci-test:.*|image: chicker94/rancher-ci-test:${{ needs.build-and-push.outputs.image_tag }}|" cd-repo/${{ needs.build-and-push.outputs.deploy_path }}/deployment.yaml
71
72
- name: Commit and push changes
73
0 commit comments