Skip to content

Commit

Permalink
✨ CI/CD 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Yong99 committed Apr 6, 2024
1 parent 853180e commit 2195d74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
- uses: actions/checkout@v3
- name: Add Server key
run: |
touch key.txt && cat ${{ secrets.SERVER_KEY }} > key.txt
touch key.txt
echo "${{ secrets.SERVER_KEY }}" > key.txt
chmod 600 key.txt
- name: Deploy the application
env:
Expand Down

0 comments on commit 2195d74

Please sign in to comment.