Skip to content

Commit

Permalink
ci: fix error please2
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte authored Nov 16, 2024
1 parent cdff3a1 commit 418bb23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: 📝 Add SSH Host Key
run: |
ssh-keyscan -H ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts
- name: 📂 Create Directory on Server
run: |
ssh -o StrictHostKeyChecking=no jiho99322@${{ secrets.SERVER_IP }} "mkdir -p /var/www/html/dist"
Expand Down

0 comments on commit 418bb23

Please sign in to comment.