Skip to content

Commit 4d82ce4

Browse files
committed
action 파일 수정5
1 parent 49d9e32 commit 4d82ce4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ jobs:
6363
repository: chicker94/fleet-cd-deployments
6464
ref: main
6565
ssh-key: ${{ secrets.CD_REPO_SSH_KEY }}
66+
path: cd-repo
6667

6768
- name: Update Kubernetes manifest
6869
run: |
69-
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
7071
7172
- name: Commit and push changes
7273
run: |

0 commit comments

Comments
 (0)