Skip to content

Commit 27fe5a8

Browse files
Update main.yml
1 parent 5bc3cb1 commit 27fe5a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
git pull origin main
4141
echo "${{ secrets.ENV_FILE_CONTENT }}" > .env
4242
docker-compose down
43+
sudo kill -9 $(sudo lsof -t -i:1337)
4344
docker compose up -d --build
4445
EOF

0 commit comments

Comments
 (0)