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 ecddde6 commit 1bbf0bdCopy full SHA for 1bbf0bd
.github/workflows/deploy.yml
@@ -28,5 +28,8 @@ jobs:
28
username: ${{ secrets.SSH_USER }}
29
key: ${{ secrets.SSH_KEY }}
30
script: |
31
+ cd swiftfiddle-lsp
32
+ git pull --rebase origin main
33
+
34
docker/compose:latest up --force-recreate --build --detach
35
docker image prune --force
0 commit comments