Update .gitlab-ci.yml file

This commit is contained in:
TC Johnson 2023-07-04 16:34:48 +00:00
parent c47fb70e5d
commit d36c610ff6

View File

@ -35,3 +35,10 @@ distribute_amd64:
- earthly +package-linux-amd64-deb
- earthly +package-linux-amd64-rpm
- /home/gitlab-runner/distribute-packages.sh
repo_deployment:
stage: distribute
only: stable
needs: distribute_amd64
tags: repo-setup
script: /home/gitlab-runner/deploy.sh