We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37a8e8 commit e19d928Copy full SHA for e19d928
.github/workflows/deploy.yml
@@ -21,10 +21,6 @@ jobs:
21
- name: Set up application.yml
22
run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml
23
24
- # SSL 적용
25
- - name: Create SSH Key File
26
- run: echo "${{ secrets.PRIVATE_KEY }}" > /tmp/private_key.pem
27
-
28
- name: Set Permissions for SSH Key
29
run: chmod 600 /tmp/private_key.pem
30
0 commit comments