Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinsoo1004 committed Oct 25, 2023
1 parent e6f5800 commit 606c38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.PRIVATE_KEY }}
script: |
rm *
rm -rf *
- name: Download artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 606c38e

Please sign in to comment.