Skip to content

Commit

Permalink
fix: 볼륨 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 30, 2024
1 parent 0050b2a commit 1e0c406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k3s-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: |
for MODULE in $(echo $CHANGED_MODULES | tr "," "\n"); do
echo "${APPLICATION_SECRET_PROPERTIES}" > ./$MODULE/src/main/resources/application-secret.properties
cp ./layer-api/src/main/resources ./$MODULE/src/main/resources
cp -R ./layer-api/src/main/resources/tokens ./$MODULE/src/main/resources/tokens
done
- name: Build Changed Modules
Expand Down

0 comments on commit 1e0c406

Please sign in to comment.