Skip to content

Stop deploying binaries to S3

Jaime Martinez requested to merge 116-stop-deploying-to-s3 into master

What does this MR do and why?

Binaries are now distributed via generic packages so we can stop deploying them to S3. This was deprecated in 14.2 via gitlab-com/www-gitlab-com!88094 (merged) so it should be safe to stop deploying them anymore.

This MR removes the publishing steps related to S3.

As a follow-up, we can remove the environment variables set in the CI/CD settings. We could also look at asking infrastructure to revoke these keys as well as removing the S3 bucket.

Related to Stop deploying binaries to S3 (#116 - closed).

Checklist

  • I added tests
  • Green pipeline
  • Assign to reviewer
Edited by Jaime Martinez

Merge request reports