Skip to content

Commit 1bbf0bd

Browse files
Fix
1 parent ecddde6 commit 1bbf0bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ jobs:
2828
username: ${{ secrets.SSH_USER }}
2929
key: ${{ secrets.SSH_KEY }}
3030
script: |
31+
cd swiftfiddle-lsp
32+
git pull --rebase origin main
33+
3134
docker/compose:latest up --force-recreate --build --detach
3235
docker image prune --force

0 commit comments

Comments
 (0)