diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89978152..937387df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,5 @@ test:app: script: - cd api/Tests - phpunit - artifacts: - paths: - - .* \ No newline at end of file + - cd ../../ci + - php deploy_release_to_github.php \ No newline at end of file diff --git a/ci/deploy_release_to_github.php b/ci/deploy_release_to_github.php new file mode 100644 index 00000000..425eaeea --- /dev/null +++ b/ci/deploy_release_to_github.php @@ -0,0 +1,2 @@ +