diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1f9280..eafbb9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,6 @@ deploy-job: # This job runs in the deploy stage. DOCKER_TLS_CERTDIR: "" environment: production script: - - docker compose up -d + - sudo docker compose up -d tags: - media \ No newline at end of file