Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinsoo1004 committed Oct 26, 2023
1 parent 825d4c8 commit cc4caa6
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 -qq -r pcot
rm -qq -r /home/ubuntu/pcot
- name: mkdir
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit cc4caa6

Please sign in to comment.