diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed3355f..b20e35a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,9 @@ build: - find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .' artifacts: paths: - - ./out \ No newline at end of file + - ./out + +deploy: + stage: deploy + script: + - ls \ No newline at end of file