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 606c38e commit b61d79e
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 -rf *
find . -type f ! -name "deploy.sh" -exec rm -f {} +
- name: Download artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit b61d79e

Please sign in to comment.