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 407b1f8 commit 1f6bd1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
touch key.txt
echo "${{ secrets.SERVER_KEY }}" > key.txt
chmod 600 key.txt
working-directory: ${{ env.working-directory }}
- name: Deploy the application
env:
SERVER_HOST: ${{ secrets.SERVER_HOST }}
Expand All @@ -82,3 +83,4 @@ jobs:
chmod 755 ./deploy.sh
set -e
./deploy.sh
working-directory: ${{ env.working-directory }}

0 comments on commit 1f6bd1b

Please sign in to comment.