We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15068dc commit 68ff9ccCopy full SHA for 68ff9cc
.github/workflows/main.yml
@@ -39,7 +39,5 @@ jobs:
39
git config --global --add safe.directory "$(pwd)"
40
git pull origin main
41
echo "${{ secrets.ENV_FILE_CONTENT }}" > .env
42
- docker-compose down
43
- sudo kill -9 $(sudo lsof -t -i:1337)
44
docker compose up -d --build
45
EOF
0 commit comments