diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e853d0f71b6132afa5966ec21a15ef0c4b600ded..1a92bf6cda6f6b730bacd3b362e9ea5a1c4451df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ Build: paths: - site/ only: - - master + - main Deploy: stage: deploy @@ -31,4 +31,4 @@ Deploy: - a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1 cache: {} only: - - master + - main