From 120f30257d7138ccb5eee8f3961e24dc9540ff39 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Fri, 1 Apr 2022 14:01:34 +0200 Subject: [PATCH] fix catalogs workflow --- .github/workflows/deploy_catalogs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_catalogs.yml b/.github/workflows/deploy_catalogs.yml index bbe74a7..c064f1c 100644 --- a/.github/workflows/deploy_catalogs.yml +++ b/.github/workflows/deploy_catalogs.yml @@ -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