Skip to content

Commit 8cef4eb

Browse files
authored
ci: deploy.yml 수정
1 parent 157544f commit 8cef4eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
${{ secrets.APPLICATION_CLOUD_YML }}
5757
EOF
5858
59+
# application-security.yml
60+
cat > ./src/main/resources/application-security.yml <<'EOF'
61+
${{ secrets.APPLICATION_SECURITY_YML }}
62+
EOF
63+
5964
- name: Verify config files exist
6065
run: ls -l ./src/main/resources/application*.yml
6166

0 commit comments

Comments
 (0)