diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc5cff3..01436c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: alpine:latest pages: stage: deploy script: - - echo 'Deploying...' + - sh scripts/update.sh artifacts: paths: - public