Skip to content

Commit

Permalink
clean deploy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoon-mh committed Jun 5, 2024
1 parent 28862ef commit a9cd94c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:

- name: Deploy to Server
run: |
pwd
ls
ssh-keyscan -H ${{ secrets.DEPLOY_SERVER }} >> ~/.ssh/known_hosts
scp -r ./api/bin/* ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_SERVER }}:${{ secrets.DEPLOY_PATH }}
ssh ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_SERVER }} 'bash -s' < ${{ secrets.DEPLOY_PATH }}/start.sh

0 comments on commit a9cd94c

Please sign in to comment.