diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5da8a38..da53f8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,5 +86,5 @@ jobs: # Список выполняемых джоб script: | cd /home/ubadmin/mkdocs git pull origin main - docker compose down - docker compose up -d --build \ No newline at end of file + sudo docker compose down + sudo docker compose up -d --build \ No newline at end of file