diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 0657ffaf8363eee97c0a1f7b5e59812b1a620c64..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,7 +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}'"}}' - only: - - tags - - triggers - - schedules