diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23fda7a..c7b8630 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ test: pages: extends: .common stage: deploy + only: + - master@holllo/love script: - yarn build - cp 'public/index.html' 'public/404.html'