Skip to content

Commit

Permalink
fix : CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
heesane committed Feb 9, 2024
1 parent bde0c49 commit cb6a98d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- 'database/**'
- name: Default Deploy
if: steps.changes.outputs.back == 'true' || steps.changes.outputs.front == 'true' || steps.changes.outputs.devops == 'true' || steps.changes.outputs.database == 'true'
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.REMOTE_SSH_HOST }}
Expand Down

0 comments on commit cb6a98d

Please sign in to comment.