Skip to content

Commit 5df6ef4

Browse files
committed
fix: typo
1 parent 0780ab5 commit 5df6ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Update ArgoCD
5050
run: |
51-
cd depoly/vidarwebsite
51+
cd deploy/vidar-website
5252
git config user.name github-actions
5353
git config user.email [email protected]
5454
sed -i "s|^\(\s*image:\s*.*:\)[0-9]\+|\1${{ steps.gen-tag.outputs.tag }}|" ./mainpage-sync.yml

0 commit comments

Comments
 (0)