gitlab-ci-deployer icon indicating copy to clipboard operation
gitlab-ci-deployer copied to clipboard

First try to fix the README

Open melroy89 opened this issue 2 years ago • 2 comments

It's just a first try to fix the readme. You also need to fix the code in order to have your script working again with the latest GitLab APIs.

melroy89 avatar Jan 16 '23 21:01 melroy89

I think use deployment jobs already, which is good: https://docs.gitlab.com/ee/ci/jobs/index.html#deployment-jobs

But.. then use the deployment events to retrieve a web-hook trigger: https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#deployment-events?

You could also use job artifacts instead: https://docs.gitlab.com/ee/api/job_artifacts.html to get the artifact. It really depends how you want to write your new code.

melroy89 avatar Jan 18 '23 01:01 melroy89

You know what. I created the same project in NodeJS. You might want to check it out! https://github.com/danger89/gitlab-deployer

melroy89 avatar Jan 21 '23 16:01 melroy89