diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 16e920fb0c1918425bdd9829cfab5e2e189dfef3..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,3 +0,0 @@ -Deploy: - script: - - curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_TOKEN}" -d'{"repository":{"url":"'${CI_PROJECT_URL}'"}}'