Skip to content

Commit

Permalink
deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Oct 14, 2024
1 parent fd3deab commit 977a245
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 @@ -27,7 +27,6 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
ssh_args: "-o StrictHostKeyChecking=no"
script: |
docker pull swiftfiddle/swiftfiddle-lsp:latest
docker stop swiftfiddle-lsp || true
Expand Down

0 comments on commit 977a245

Please sign in to comment.