mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
fix catalogs workflow
This commit is contained in:
parent
df5f8681b1
commit
120f30257d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_catalogs.yml
vendored
2
.github/workflows/deploy_catalogs.yml
vendored
|
|
@ -40,5 +40,5 @@ jobs:
|
|||
docker load -i /tmp/docker/torrentio_catalogs_latest.tar
|
||||
docker stop torrentio-catalogs
|
||||
docker rm torrentio-catalogs
|
||||
docker run -p 80:7000 -d --name torrentio-catalogs--restart always -e MONGODB_URI=${{ secrets.SCRAPER_MONGODB_URI }} -e DATABASE_URI=${{ secrets.DATABASE_URI }} torrentio-catalogs:latest
|
||||
docker run -p 80:7000 -d --name torrentio-catalogs --restart always -e MONGODB_URI=${{ secrets.SCRAPER_MONGODB_URI }} -e DATABASE_URI=${{ secrets.DATABASE_URI }} torrentio-catalogs:latest
|
||||
docker image prune -f
|
||||
|
|
|
|||
Loading…
Reference in a new issue