We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3deab commit 977a245Copy full SHA for 977a245
.github/workflows/deploy.yml
@@ -27,7 +27,6 @@ jobs:
27
host: ${{ secrets.SSH_HOST }}
28
username: ${{ secrets.SSH_USER }}
29
key: ${{ secrets.SSH_KEY }}
30
- ssh_args: "-o StrictHostKeyChecking=no"
31
script: |
32
docker pull swiftfiddle/swiftfiddle-lsp:latest
33
docker stop swiftfiddle-lsp || true
0 commit comments