Skip to content

Commit f5700ce

Browse files
test: k3s deploy action
1 parent 7218203 commit f5700ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/k3s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ jobs:
170170
secretName: app-secret-dev
171171
- name: log-volume
172172
hostPath:
173-
path: /${{ env.DEPLOY_TARGET }}/log/${{ env.MODULE }}
174-
type: DirectoryOrCreate
173+
path: /${{ env.DEPLOY_TARGET }}/log/${{ env.MODULE }}
174+
type: DirectoryOrCreate
175175
- name: tokens-volume
176176
emptyDir: {}
177177
---

0 commit comments

Comments
 (0)